Shades of Winter Hazel #CABF80
Tints of Winter Hazel #CABF80
RGB
CMYK
RGB Variations
Color information
#CABF80 (or 0xCABF80) is known color: Winter Hazel. HEX triplet: CA, BF and 80. RGB value is (202,191,128). Sum of RGB (Red+Green+Blue) = 202+191+128=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF80 is #35407F. Grayscale: #BBBBBB. Windows color (decimal): -3489920 or 8437706. OLE color: 8437706.
HSL color Cylindrical-coordinate representation of color #CABF80: hue angle of 51.08º 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 #CABF80 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 128 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.21 |
| HSL | 51.08º | 0.41% | 0.65% | - |
| HSV(B) | 51.08º | 0.37% | 0.79% | - |
| XYZ | 46.88 | 51.38 | 27.87 | - |
| YUV | 187.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 128 | 0 | 0.05 | 0.37 | 0.21 | 51.08 | 0.41 | 0.65 |
| Hex | CA | BF | 80 | 0 | 5 | 25 | 15 | 33 | 29 | 41 |
| Octal | 312 | 277 | 200 | 0 | 5 | 45 | 25 | 63 | 51 | 101 |
| Binary | 11001010 | 10111111 | 10000000 | 0 | 101 | 100101 | 10101 | 110011 | 101001 | 1000001 |
Color Harmonies of #CABF80
Complementary color
Monochromatic Colors of #CABF80
Black with #CABF80
Text Example
Text Example
White with #CABF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABF80; }
p { color: rgb(202,191,128); }
H1.HeaderClassName
{
color: #CABF80;
}
.AnyTagClassName
{
color: #CABF80;
}
</style>
background-color css
<style>
a { background-color: #CABF80; }
a { background-color: rgb(202,191,128); }
div.DivClassName
{
background-color: #CABF80;
}
.BgClassName
{
background-color: #CABF80;
}
</style>
border-color css
<style>
span { border-color: #CABF80; }
span { border-color: rgb(202,191,128); }
td.TdClassName
{
border-color: #CABF80;
}
.TagClassName
{
border-color: #CABF80;
}
</style>