Shades of Winter Hazel #CCBF7C
Tints of Winter Hazel #CCBF7C
RGB
CMYK
RGB Variations
Color information
#CCBF7C (or 0xCCBF7C) is known color: Winter Hazel. HEX triplet: CC, BF and 7C. RGB value is (204,191,124). Sum of RGB (Red+Green+Blue) = 204+191+124=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF7C is #334083. Grayscale: #BBBBBB. Windows color (decimal): -3358852 or 8175564. OLE color: 8175564.
HSL color Cylindrical-coordinate representation of color #CCBF7C: hue angle of 50.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCBF7C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 124 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.2 |
| HSL | 50.25º | 0.44% | 0.64% | - |
| HSV(B) | 50.25º | 0.39% | 0.8% | - |
| XYZ | 47.17 | 51.55 | 26.53 | - |
| YUV | 187.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 124 | 0 | 0.06 | 0.39 | 0.2 | 50.25 | 0.44 | 0.64 |
| Hex | CC | BF | 7C | 0 | 6 | 27 | 14 | 32 | 2C | 40 |
| Octal | 314 | 277 | 174 | 0 | 6 | 47 | 24 | 62 | 54 | 100 |
| Binary | 11001100 | 10111111 | 1111100 | 0 | 110 | 100111 | 10100 | 110010 | 101100 | 1000000 |
Color Harmonies of #CCBF7C
Complementary color
Monochromatic Colors of #CCBF7C
Black with #CCBF7C
Text Example
Text Example
White with #CCBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF7C; }
p { color: rgb(204,191,124); }
H1.HeaderClassName
{
color: #CCBF7C;
}
.AnyTagClassName
{
color: #CCBF7C;
}
</style>
background-color css
<style>
a { background-color: #CCBF7C; }
a { background-color: rgb(204,191,124); }
div.DivClassName
{
background-color: #CCBF7C;
}
.BgClassName
{
background-color: #CCBF7C;
}
</style>
border-color css
<style>
span { border-color: #CCBF7C; }
span { border-color: rgb(204,191,124); }
td.TdClassName
{
border-color: #CCBF7C;
}
.TagClassName
{
border-color: #CCBF7C;
}
</style>