Shades of Winter Hazel #CABF86
Tints of Winter Hazel #CABF86
RGB
CMYK
RGB Variations
Color information
#CABF86 (or 0xCABF86) is known color: Winter Hazel. HEX triplet: CA, BF and 86. RGB value is (202,191,134). Sum of RGB (Red+Green+Blue) = 202+191+134=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF86 is #354079. Grayscale: #BCBCBC. Windows color (decimal): -3489914 or 8830922. OLE color: 8830922.
HSL color Cylindrical-coordinate representation of color #CABF86: hue angle of 50.29º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CABF86 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 134 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.21 |
| HSL | 50.29º | 0.39% | 0.66% | - |
| HSV(B) | 50.29º | 0.34% | 0.79% | - |
| XYZ | 47.29 | 51.54 | 30.01 | - |
| YUV | 187.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 134 | 0 | 0.05 | 0.34 | 0.21 | 50.29 | 0.39 | 0.66 |
| Hex | CA | BF | 86 | 0 | 5 | 22 | 15 | 32 | 27 | 42 |
| Octal | 312 | 277 | 206 | 0 | 5 | 42 | 25 | 62 | 47 | 102 |
| Binary | 11001010 | 10111111 | 10000110 | 0 | 101 | 100010 | 10101 | 110010 | 100111 | 1000010 |
Color Harmonies of #CABF86
Complementary color
Monochromatic Colors of #CABF86
Black with #CABF86
Text Example
Text Example
White with #CABF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABF86; }
p { color: rgb(202,191,134); }
H1.HeaderClassName
{
color: #CABF86;
}
.AnyTagClassName
{
color: #CABF86;
}
</style>
background-color css
<style>
a { background-color: #CABF86; }
a { background-color: rgb(202,191,134); }
div.DivClassName
{
background-color: #CABF86;
}
.BgClassName
{
background-color: #CABF86;
}
</style>
border-color css
<style>
span { border-color: #CABF86; }
span { border-color: rgb(202,191,134); }
td.TdClassName
{
border-color: #CABF86;
}
.TagClassName
{
border-color: #CABF86;
}
</style>