Html Css Color HEX #CAC475 Winter Hazel

📋 copy color: '#CAC475'

red 202 ◦ green 196 ◦ blue 117

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

Shades of Winter Hazel #CAC475

Tints of Winter Hazel #CAC475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 39.22%
G = 38.06%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC475 (or 0xCAC475) is known color: Winter Hazel. HEX triplet: CA, C4 and 75. RGB value is (202,196,117). Sum of RGB (Red+Green+Blue) = 202+196+117=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC475 is #353B8A. Grayscale: #BDBDBD. Windows color (decimal): -3488651 or 7718090. OLE color: 7718090.

HSL color Cylindrical-coordinate representation of color #CAC475: hue angle of 55.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAC475 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 117 -
CMYK 0 0.03 0.42 0.21
HSL 55.76º 0.45% 0.63% -
HSV(B) 55.76º 0.42% 0.79% -
XYZ 47.31 53.32 24.63 -
YUV 188.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 202 196 117 0 0.03 0.42 0.21 55.76 0.45 0.63
Hex CA C4 75 0 3 2A 15 38 2D 3F
Octal 312 304 165 0 3 52 25 70 55 77
Binary 11001010 11000100 1110101 0 11 101010 10101 111000 101101 111111

Color Harmonies of #CAC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC475

Black with #CAC475

Text Example


Text Example

White with #CAC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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