Color Hex Logo

#ca9961 Color Hex

#CA9961
(202,153,97)
0 Favorites   0 Comments

Color spaces of #ca9961

RGB 20215397
HSL0.090.500.59
HSV32°52°79°
CMYK 0.000.240.52   0.21
XYZ37.906036.202116.2991
Yxy36.20210.41930.4004
Hunter Lab60.16827.160826.0565
CIE-Lab66.674111.684836.3480

#ca9961 color RGB value is (202,153,97).

#ca9961 hex color red value is 202, green value is 153 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ca9961 hue: 0.09 , saturation: 0.50 and the lightness value of ca9961 is 0.59.

The process color (four color CMYK) of #ca9961 color hex is 0.00, 0.24, 0.52, 0.21. Web safe color of #ca9961 is #cc9966. Color #ca9961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 01100001
Octal 312 231 141
Decimal 202 153 97
Hex CA 99 61

RGB Percentages of Color #ca9961

%44.69
%33.85
%21.46

CMYK Percentages of Color #ca9961

%0
%24
%52
%21

Triadic Colors of #ca9961

#ca9961 #61ca99 #9961ca

Analogous Colors of #ca9961

#ca9961 #c7ca61 #ca6561

Monochromatic Colors of #ca9961

#ca9961

Complementary Color

#ca9961 #6192ca

#ca9961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9961 Color CSS Codes

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

#ca9961 Text Font Color

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

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


#ca9961 Background Color

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

This div background color is #ca9961


#ca9961 Border Color

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

This div border color is #ca9961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9961


Comments

No comments written yet.

Please login to write comment.