Html Css Color HEX #CAC478 Winter Hazel

📋 copy color: '#CAC478'

red 202 ◦ green 196 ◦ blue 120

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

Shades of Winter Hazel #CAC478

Tints of Winter Hazel #CAC478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

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

R = 39%
G = 37.84%
B = 23.17%

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

#CAC478 (or 0xCAC478) is known color: Winter Hazel. HEX triplet: CA, C4 and 78. RGB value is (202,196,120). Sum of RGB (Red+Green+Blue) = 202+196+120=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC478 is #353B87. Grayscale: #BDBDBD. Windows color (decimal): -3488648 or 7914698. OLE color: 7914698.

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

Color convert

RGB 202 196 120 -
CMYK 0 0.03 0.41 0.21
HSL 55.61º 0.44% 0.63% -
HSV(B) 55.61º 0.41% 0.79% -
XYZ 47.49 53.39 25.57 -
YUV 189.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 202 196 120 0 0.03 0.41 0.21 55.61 0.44 0.63
Hex CA C4 78 0 3 29 15 38 2C 3F
Octal 312 304 170 0 3 51 25 70 54 77
Binary 11001010 11000100 1111000 0 11 101001 10101 111000 101100 111111

Color Harmonies of #CAC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC478

Black with #CAC478

Text Example


Text Example

White with #CAC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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