Html Css Color HEX #CAC578 Winter Hazel

📋 copy color: '#CAC578'

red 202 ◦ green 197 ◦ blue 120

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

Shades of Winter Hazel #CAC578

Tints of Winter Hazel #CAC578

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.96%

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 38.92%
G = 37.96%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC578 (or 0xCAC578) is known color: Winter Hazel. HEX triplet: CA, C5 and 78. RGB value is (202,197,120). Sum of RGB (Red+Green+Blue) = 202+197+120=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC578 is #353A87. Grayscale: #BEBEBE. Windows color (decimal): -3488392 or 7914954. OLE color: 7914954.

HSL color Cylindrical-coordinate representation of color #CAC578: hue angle of 56.34º 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 #CAC578 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 120 -
CMYK 0 0.02 0.41 0.21
HSL 56.34º 0.44% 0.63% -
HSV(B) 56.34º 0.41% 0.79% -
XYZ 47.71 53.85 25.65 -
YUV 189.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 202 197 120 0 0.02 0.41 0.21 56.34 0.44 0.63
Hex CA C5 78 0 2 29 15 38 2C 3F
Octal 312 305 170 0 2 51 25 70 54 77
Binary 11001010 11000101 1111000 0 10 101001 10101 111000 101100 111111

Color Harmonies of #CAC578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC578

Black with #CAC578

Text Example


Text Example

White with #CAC578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC578; }

 p { color: rgb(202,197,120); }

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

background-color css

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

 a { background-color: rgb(202,197,120); }

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

border-color css

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

 span { border-color: rgb(202,197,120); }

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