Color Hex Logo

#ca924c Color Hex

#CA924C
(202,146,76)
0 Favorites   0 Comments

Color spaces of #ca924c

RGB 20214676
HSL0.090.540.55
HSV33°62°79°
CMYK 0.000.280.62   0.21
XYZ35.940533.636111.4356
Yxy33.63610.44360.4152
Hunter Lab57.99669.122328.9070
CIE-Lab64.672713.836944.7290

#ca924c color RGB value is (202,146,76).

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

The process color (four color CMYK) of #ca924c color hex is 0.00, 0.28, 0.62, 0.21. Web safe color of #ca924c is #cc9933. Color #ca924c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 01001100
Octal 312 222 114
Decimal 202 146 76
Hex CA 92 4C

RGB Percentages of Color #ca924c

%47.64
%34.43
%17.92

CMYK Percentages of Color #ca924c

%0
%28
%62
%21

Triadic Colors of #ca924c

#ca924c #4cca92 #924cca

Analogous Colors of #ca924c

#ca924c #c3ca4c #ca534c

Monochromatic Colors of #ca924c

#ca924c

Complementary Color

#ca924c #4c84ca

#ca924c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca924c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca924c Color CSS Codes

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

#ca924c Text Font Color

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

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


#ca924c Background Color

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

This div background color is #ca924c


#ca924c Border Color

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

This div border color is #ca924c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca924c


Comments

No comments written yet.

Please login to write comment.