Color Hex Logo

#ca756b Color Hex

#CA756B
(202,117,107)
0 Favorites   0 Comments

Color spaces of #ca756b

RGB 202117107
HSL0.020.470.61
HSV47°79°
CMYK 0.000.420.47   0.21
XYZ33.372326.340717.2353
Yxy26.34070.43370.3423
Hunter Lab51.323226.251916.0155
CIE-Lab58.359032.225220.0163

#ca756b color RGB value is (202,117,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 01101011
Octal 312 165 153
Decimal 202 117 107
Hex CA 75 6B

RGB Percentages of Color #ca756b

%47.42
%27.46
%25.12

CMYK Percentages of Color #ca756b

%0
%42
%47
%21

Triadic Colors of #ca756b

#ca756b #6bca75 #756bca

Analogous Colors of #ca756b

#ca756b #caa56b #ca6b91

Monochromatic Colors of #ca756b

#ca756b

Complementary Color

#ca756b #6bc0ca

#ca756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca756b Color CSS Codes

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

#ca756b Text Font Color

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

This sample text font color is #ca756b
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.


#ca756b Background Color

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

This div background color is #ca756b


#ca756b Border Color

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

This div border color is #ca756b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca756b


Comments

No comments written yet.

Please login to write comment.