Html Css Color HEX #CAC278 Winter Hazel

📋 copy color: '#CAC278'

red 202 ◦ green 194 ◦ blue 120

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

Shades of Winter Hazel #CAC278

Tints of Winter Hazel #CAC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 39.15%
G = 37.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC278 (or 0xCAC278) is known color: Winter Hazel. HEX triplet: CA, C2 and 78. RGB value is (202,194,120). Sum of RGB (Red+Green+Blue) = 202+194+120=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC278 is #353D87. Grayscale: #BCBCBC. Windows color (decimal): -3489160 or 7914186. OLE color: 7914186.

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

Color convert

RGB 202 194 120 -
CMYK 0 0.04 0.41 0.21
HSL 54.15º 0.44% 0.63% -
HSV(B) 54.15º 0.41% 0.79% -
XYZ 47.04 52.5 25.42 -
YUV 187.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 202 194 120 0 0.04 0.41 0.21 54.15 0.44 0.63
Hex CA C2 78 0 4 29 15 36 2C 3F
Octal 312 302 170 0 4 51 25 66 54 77
Binary 11001010 11000010 1111000 0 100 101001 10101 110110 101100 111111

Color Harmonies of #CAC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC278

Black with #CAC278

Text Example


Text Example

White with #CAC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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