Shades of Winter Hazel #CCBF80
Tints of Winter Hazel #CCBF80
RGB
CMYK
RGB Variations
Color information
#CCBF80 (or 0xCCBF80) is known color: Winter Hazel. HEX triplet: CC, BF and 80. RGB value is (204,191,128). Sum of RGB (Red+Green+Blue) = 204+191+128=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF80 is #33407F. Grayscale: #BBBBBB. Windows color (decimal): -3358848 or 8437708. OLE color: 8437708.
HSL color Cylindrical-coordinate representation of color #CCBF80: hue angle of 49.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCBF80 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 128 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.2 |
| HSL | 49.74º | 0.43% | 0.65% | - |
| HSV(B) | 49.74º | 0.37% | 0.8% | - |
| XYZ | 47.43 | 51.66 | 27.89 | - |
| YUV | 187.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 128 | 0 | 0.06 | 0.37 | 0.2 | 49.74 | 0.43 | 0.65 |
| Hex | CC | BF | 80 | 0 | 6 | 25 | 14 | 32 | 2B | 41 |
| Octal | 314 | 277 | 200 | 0 | 6 | 45 | 24 | 62 | 53 | 101 |
| Binary | 11001100 | 10111111 | 10000000 | 0 | 110 | 100101 | 10100 | 110010 | 101011 | 1000001 |
Color Harmonies of #CCBF80
Complementary color
Monochromatic Colors of #CCBF80
Black with #CCBF80
Text Example
Text Example
White with #CCBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF80; }
p { color: rgb(204,191,128); }
H1.HeaderClassName
{
color: #CCBF80;
}
.AnyTagClassName
{
color: #CCBF80;
}
</style>
background-color css
<style>
a { background-color: #CCBF80; }
a { background-color: rgb(204,191,128); }
div.DivClassName
{
background-color: #CCBF80;
}
.BgClassName
{
background-color: #CCBF80;
}
</style>
border-color css
<style>
span { border-color: #CCBF80; }
span { border-color: rgb(204,191,128); }
td.TdClassName
{
border-color: #CCBF80;
}
.TagClassName
{
border-color: #CCBF80;
}
</style>