Color Hex Logo

#ca967b Color Hex

#CA967B
(202,150,123)
0 Favorites   0 Comments

Color spaces of #ca967b

RGB 202150123
HSL0.060.430.64
HSV21°39°79°
CMYK 0.000.260.39   0.21
XYZ38.838635.799323.6018
Yxy35.79930.39530.3644
Hunter Lab59.832511.161418.4950
CIE-Lab66.366316.005221.8697

#ca967b color RGB value is (202,150,123).

#ca967b hex color red value is 202, green value is 150 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ca967b hue: 0.06 , saturation: 0.43 and the lightness value of ca967b is 0.64.

The process color (four color CMYK) of #ca967b color hex is 0.00, 0.26, 0.39, 0.21. Web safe color of #ca967b is #cc9966. Color #ca967b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 01111011
Octal 312 226 173
Decimal 202 150 123
Hex CA 96 7B

RGB Percentages of Color #ca967b

%42.53
%31.58
%25.89

CMYK Percentages of Color #ca967b

%0
%26
%39
%21

Triadic Colors of #ca967b

#ca967b #7bca96 #967bca

Analogous Colors of #ca967b

#ca967b #cabe7b #ca7b88

Monochromatic Colors of #ca967b

#ca967b

Complementary Color

#ca967b #7bafca

#ca967b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca967b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca967b Color CSS Codes

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

#ca967b Text Font Color

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

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


#ca967b Background Color

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

This div background color is #ca967b


#ca967b Border Color

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

This div border color is #ca967b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca967b


Comments

No comments written yet.

Please login to write comment.