Shades of Winter Hazel #CAC680
Tints of Winter Hazel #CAC680
RGB
CMYK
RGB Variations
Color information
#CAC680 (or 0xCAC680) is known color: Winter Hazel. HEX triplet: CA, C6 and 80. RGB value is (202,198,128). Sum of RGB (Red+Green+Blue) = 202+198+128=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC680 is #35397F. Grayscale: #BFBFBF. Windows color (decimal): -3488128 or 8439498. OLE color: 8439498.
HSL color Cylindrical-coordinate representation of color #CAC680: hue angle of 56.76º 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 #CAC680 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 128 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.21 |
| HSL | 56.76º | 0.41% | 0.65% | - |
| HSV(B) | 56.76º | 0.37% | 0.79% | - |
| XYZ | 48.45 | 54.5 | 28.39 | - |
| YUV | 191.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 128 | 0 | 0.02 | 0.37 | 0.21 | 56.76 | 0.41 | 0.65 |
| Hex | CA | C6 | 80 | 0 | 2 | 25 | 15 | 39 | 29 | 41 |
| Octal | 312 | 306 | 200 | 0 | 2 | 45 | 25 | 71 | 51 | 101 |
| Binary | 11001010 | 11000110 | 10000000 | 0 | 10 | 100101 | 10101 | 111001 | 101001 | 1000001 |
Color Harmonies of #CAC680
Complementary color
Monochromatic Colors of #CAC680
Black with #CAC680
Text Example
Text Example
White with #CAC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC680; }
p { color: rgb(202,198,128); }
H1.HeaderClassName
{
color: #CAC680;
}
.AnyTagClassName
{
color: #CAC680;
}
</style>
background-color css
<style>
a { background-color: #CAC680; }
a { background-color: rgb(202,198,128); }
div.DivClassName
{
background-color: #CAC680;
}
.BgClassName
{
background-color: #CAC680;
}
</style>
border-color css
<style>
span { border-color: #CAC680; }
span { border-color: rgb(202,198,128); }
td.TdClassName
{
border-color: #CAC680;
}
.TagClassName
{
border-color: #CAC680;
}
</style>