Shades of Winter Hazel #CCBF90
Tints of Winter Hazel #CCBF90
RGB
CMYK
RGB Variations
Color information
#CCBF90 (or 0xCCBF90) is known color: Winter Hazel. HEX triplet: CC, BF and 90. RGB value is (204,191,144). Sum of RGB (Red+Green+Blue) = 204+191+144=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF90 is #33406F. Grayscale: #BDBDBD. Windows color (decimal): -3358832 or 9486284. OLE color: 9486284.
HSL color Cylindrical-coordinate representation of color #CCBF90: hue angle of 47º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCBF90 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 144 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.2 |
| HSL | 47º | 0.37% | 0.68% | - |
| HSV(B) | 47º | 0.29% | 0.8% | - |
| XYZ | 48.57 | 52.11 | 33.88 | - |
| YUV | 189.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 144 | 0 | 0.06 | 0.29 | 0.2 | 47 | 0.37 | 0.68 |
| Hex | CC | BF | 90 | 0 | 6 | 1D | 14 | 2F | 25 | 44 |
| Octal | 314 | 277 | 220 | 0 | 6 | 35 | 24 | 57 | 45 | 104 |
| Binary | 11001100 | 10111111 | 10010000 | 0 | 110 | 11101 | 10100 | 101111 | 100101 | 1000100 |
Color Harmonies of #CCBF90
Complementary color
Monochromatic Colors of #CCBF90
Black with #CCBF90
Text Example
Text Example
White with #CCBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF90; }
p { color: rgb(204,191,144); }
H1.HeaderClassName
{
color: #CCBF90;
}
.AnyTagClassName
{
color: #CCBF90;
}
</style>
background-color css
<style>
a { background-color: #CCBF90; }
a { background-color: rgb(204,191,144); }
div.DivClassName
{
background-color: #CCBF90;
}
.BgClassName
{
background-color: #CCBF90;
}
</style>
border-color css
<style>
span { border-color: #CCBF90; }
span { border-color: rgb(204,191,144); }
td.TdClassName
{
border-color: #CCBF90;
}
.TagClassName
{
border-color: #CCBF90;
}
</style>