Html Css Color HEX #CAC377 Winter Hazel

📋 copy color: '#CAC377'

red 202 ◦ green 195 ◦ blue 119

#CAC377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CAC377

Tints of Winter Hazel #CAC377

RGB

 RED value IS 202 (79.3% from 255) = 39.15%

 GREEN value IS 195 (76.56% from 255) = 37.79%

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 39.15%
G = 37.79%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAC377 (or 0xCAC377) is known color: Winter Hazel. HEX triplet: CA, C3 and 77. RGB value is (202,195,119). Sum of RGB (Red+Green+Blue) = 202+195+119=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC377 is #353C88. Grayscale: #BCBCBC. Windows color (decimal): -3488905 or 7848906. OLE color: 7848906.

HSL color Cylindrical-coordinate representation of color #CAC377: hue angle of 54.94º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC377 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 119 -
CMYK 0 0.03 0.41 0.21
HSL 54.94º 0.44% 0.63% -
HSV(B) 54.94º 0.41% 0.79% -
XYZ 47.2 52.92 25.18 -
YUV 188.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 202 195 119 0 0.03 0.41 0.21 54.94 0.44 0.63
Hex CA C3 77 0 3 29 15 37 2C 3F
Octal 312 303 167 0 3 51 25 67 54 77
Binary 11001010 11000011 1110111 0 11 101001 10101 110111 101100 111111

Color Harmonies of #CAC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC377

Black with #CAC377

Text Example


Text Example

White with #CAC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC377; }

 p { color: rgb(202,195,119); }

 H1.HeaderClassName
 {
   color: #CAC377;
 }
 .AnyTagClassName
 {
   color: #CAC377;
 }
</style>

background-color css

<style>
 a { background-color: #CAC377; }

 a { background-color: rgb(202,195,119); }

 div.DivClassName
 {
   background-color: #CAC377;
 }
 .BgClassName
 {
   background-color: #CAC377;
 }
</style>

border-color css

<style>
 span { border-color: #CAC377; }

 span { border-color: rgb(202,195,119); }

 td.TdClassName
 {
   border-color: #CAC377;
 }
 .TagClassName
 {
   border-color: #CAC377;
 }
</style>