Html Css Color HEX #CAC080 Winter Hazel

📋 copy color: '#CAC080'

red 202 ◦ green 192 ◦ blue 128

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

Shades of Winter Hazel #CAC080

Tints of Winter Hazel #CAC080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 38.7%
G = 36.78%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAC080 (or 0xCAC080) is known color: Winter Hazel. HEX triplet: CA, C0 and 80. RGB value is (202,192,128). Sum of RGB (Red+Green+Blue) = 202+192+128=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC080 is #353F7F. Grayscale: #BBBBBB. Windows color (decimal): -3489664 or 8437962. OLE color: 8437962.

HSL color Cylindrical-coordinate representation of color #CAC080: hue angle of 51.89º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC080 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 128 -
CMYK 0 0.05 0.37 0.21
HSL 51.89º 0.41% 0.65% -
HSV(B) 51.89º 0.37% 0.79% -
XYZ 47.1 51.81 27.94 -
YUV 187.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 202 192 128 0 0.05 0.37 0.21 51.89 0.41 0.65
Hex CA C0 80 0 5 25 15 34 29 41
Octal 312 300 200 0 5 45 25 64 51 101
Binary 11001010 11000000 10000000 0 101 100101 10101 110100 101001 1000001

Color Harmonies of #CAC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC080

Black with #CAC080

Text Example


Text Example

White with #CAC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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