Color Hex Logo

#ca756d Color Hex

#CA756D
(202,117,109)
0 Favorites   0 Comments

Color spaces of #ca756d

RGB 202117109
HSL0.010.470.61
HSV46°79°
CMYK 0.000.420.46   0.21
XYZ33.478726.383317.7960
Yxy26.38330.43110.3397
Hunter Lab51.364726.455315.4134
CIE-Lab58.399132.427018.9247

#ca756d color RGB value is (202,117,109).

#ca756d hex color red value is 202, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ca756d hue: 0.01 , saturation: 0.47 and the lightness value of ca756d is 0.61.

The process color (four color CMYK) of #ca756d color hex is 0.00, 0.42, 0.46, 0.21. Web safe color of #ca756d is #cc6666. Color #ca756d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 01101101
Octal 312 165 155
Decimal 202 117 109
Hex CA 75 6D

RGB Percentages of Color #ca756d

%47.20
%27.34
%25.47

CMYK Percentages of Color #ca756d

%0
%42
%46
%21

Triadic Colors of #ca756d

#ca756d #6dca75 #756dca

Analogous Colors of #ca756d

#ca756d #caa46d #ca6d94

Monochromatic Colors of #ca756d

#ca756d

Complementary Color

#ca756d #6dc2ca

#ca756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca756d Color CSS Codes

.mybgcolor {background-color:#ca756d; } 
.myforecolor {color:#ca756d; }
.mybordercolor {border:3px solid #ca756d; }

#ca756d Text Font Color

<p style="color:#ca756d">Text here</p>

This sample text font color is #ca756d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca756d Background Color

<div style="background-color:#ca756d">
Div content here</div>

This div background color is #ca756d


#ca756d Border Color

<div style="border:3px solid #ca756d">
Div here</div>

This div border color is #ca756d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,117,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca756d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca756d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca756d;
  box-shadow:         1px 1px 3px 2px #ca756d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,117,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca756d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca756d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca756d;
  box-shadow:         1px 1px 3px 2px #ca756d;">
Div content here</div>

This div box has shadow with color #ca756d


Comments

No comments written yet.

Please login to write comment.