Html Css Color HEX #CAC378 Winter Hazel

📋 copy color: '#CAC378'

red 202 ◦ green 195 ◦ blue 120

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

Shades of Winter Hazel #CAC378

Tints of Winter Hazel #CAC378

RGB

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

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

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

R = 39.07%
G = 37.72%
B = 23.21%

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

#CAC378 (or 0xCAC378) is known color: Winter Hazel. HEX triplet: CA, C3 and 78. RGB value is (202,195,120). Sum of RGB (Red+Green+Blue) = 202+195+120=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC378 is #353C87. Grayscale: #BCBCBC. Windows color (decimal): -3488904 or 7914442. OLE color: 7914442.

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

Color convert

RGB 202 195 120 -
CMYK 0 0.03 0.41 0.21
HSL 54.88º 0.44% 0.63% -
HSV(B) 54.88º 0.41% 0.79% -
XYZ 47.26 52.94 25.5 -
YUV 188.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 202 195 120 0 0.03 0.41 0.21 54.88 0.44 0.63
Hex CA C3 78 0 3 29 15 37 2C 3F
Octal 312 303 170 0 3 51 25 67 54 77
Binary 11001010 11000011 1111000 0 11 101001 10101 110111 101100 111111

Color Harmonies of #CAC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC378

Black with #CAC378

Text Example


Text Example

White with #CAC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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