Html Css Color HEX #CAC078 Winter Hazel

📋 copy color: '#CAC078'

red 202 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #CAC078

Tints of Winter Hazel #CAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

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

R = 39.3%
G = 37.35%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC078 (or 0xCAC078) is known color: Winter Hazel. HEX triplet: CA, C0 and 78. RGB value is (202,192,120). Sum of RGB (Red+Green+Blue) = 202+192+120=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC078 is #353F87. Grayscale: #BBBBBB. Windows color (decimal): -3489672 or 7913674. OLE color: 7913674.

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

Color convert

RGB 202 192 120 -
CMYK 0 0.05 0.41 0.21
HSL 52.68º 0.44% 0.63% -
HSV(B) 52.68º 0.41% 0.79% -
XYZ 46.6 51.61 25.28 -
YUV 186.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 202 192 120 0 0.05 0.41 0.21 52.68 0.44 0.63
Hex CA C0 78 0 5 29 15 35 2C 3F
Octal 312 300 170 0 5 51 25 65 54 77
Binary 11001010 11000000 1111000 0 101 101001 10101 110101 101100 111111

Color Harmonies of #CAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC078

Black with #CAC078

Text Example


Text Example

White with #CAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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