Html Css Color HEX #CAC075 Winter Hazel

📋 copy color: '#CAC075'

red 202 ◦ green 192 ◦ blue 117

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

Shades of Winter Hazel #CAC075

Tints of Winter Hazel #CAC075

RGB

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

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

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

R = 39.53%
G = 37.57%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC075 (or 0xCAC075) is known color: Winter Hazel. HEX triplet: CA, C0 and 75. RGB value is (202,192,117). Sum of RGB (Red+Green+Blue) = 202+192+117=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC075 is #353F8A. Grayscale: #BABABA. Windows color (decimal): -3489675 or 7717066. OLE color: 7717066.

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

Color convert

RGB 202 192 117 -
CMYK 0 0.05 0.42 0.21
HSL 52.94º 0.45% 0.63% -
HSV(B) 52.94º 0.42% 0.79% -
XYZ 46.42 51.54 24.33 -
YUV 186.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 202 192 117 0 0.05 0.42 0.21 52.94 0.45 0.63
Hex CA C0 75 0 5 2A 15 35 2D 3F
Octal 312 300 165 0 5 52 25 65 55 77
Binary 11001010 11000000 1110101 0 101 101010 10101 110101 101101 111111

Color Harmonies of #CAC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC075

Black with #CAC075

Text Example


Text Example

White with #CAC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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