Color Hex Logo

#ca764a Color Hex

#CA764A
(202,118,74)
0 Favorites   0 Comments

Color spaces of #ca764a

RGB 20211874
HSL0.060.550.54
HSV21°63°79°
CMYK 0.000.420.63   0.21
XYZ32.071626.00789.8082
Yxy26.00780.47240.3831
Hunter Lab50.997823.009124.2955
CIE-Lab58.044528.937638.0081

#ca764a color RGB value is (202,118,74).

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

The process color (four color CMYK) of #ca764a color hex is 0.00, 0.42, 0.63, 0.21. Web safe color of #ca764a is #cc6633. Color #ca764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 01001010
Octal 312 166 112
Decimal 202 118 74
Hex CA 76 4A

RGB Percentages of Color #ca764a

%51.27
%29.95
%18.78

CMYK Percentages of Color #ca764a

%0
%42
%63
%21

Triadic Colors of #ca764a

#ca764a #4aca76 #764aca

Analogous Colors of #ca764a

#ca764a #cab64a #ca4a5e

Monochromatic Colors of #ca764a

#ca764a

Complementary Color

#ca764a #4a9eca

#ca764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca764a Color CSS Codes

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

#ca764a Text Font Color

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

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


#ca764a Background Color

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

This div background color is #ca764a


#ca764a Border Color

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

This div border color is #ca764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca764a


Comments

No comments written yet.

Please login to write comment.