Color Hex Logo

#ca964b Color Hex

#CA964B
(202,150,75)
0 Favorites   0 Comments

Color spaces of #ca964b

RGB 20215075
HSL0.100.550.54
HSV35°63°79°
CMYK 0.000.260.63   0.21
XYZ36.533534.877211.4631
Yxy34.87720.44080.4208
Hunter Lab59.05697.073229.8315
CIE-Lab65.652911.589446.3435

#ca964b color RGB value is (202,150,75).

#ca964b hex color red value is 202, green value is 150 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ca964b hue: 0.10 , saturation: 0.55 and the lightness value of ca964b is 0.54.

The process color (four color CMYK) of #ca964b color hex is 0.00, 0.26, 0.63, 0.21. Web safe color of #ca964b is #cc9933. Color #ca964b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 01001011
Octal 312 226 113
Decimal 202 150 75
Hex CA 96 4B

RGB Percentages of Color #ca964b

%47.31
%35.13
%17.56

CMYK Percentages of Color #ca964b

%0
%26
%63
%21

Triadic Colors of #ca964b

#ca964b #4bca96 #964bca

Analogous Colors of #ca964b

#ca964b #bfca4b #ca574b

Monochromatic Colors of #ca964b

#ca964b

Complementary Color

#ca964b #4b7fca

#ca964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca964b Color CSS Codes

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

#ca964b Text Font Color

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

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


#ca964b Background Color

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

This div background color is #ca964b


#ca964b Border Color

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

This div border color is #ca964b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca964b


Comments

No comments written yet.

Please login to write comment.