Shades of Winter Hazel #CCBF7B
Tints of Winter Hazel #CCBF7B
RGB
CMYK
RGB Variations
Color information
#CCBF7B (or 0xCCBF7B) is known color: Winter Hazel. HEX triplet: CC, BF and 7B. RGB value is (204,191,123). Sum of RGB (Red+Green+Blue) = 204+191+123=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF7B is #334084. Grayscale: #BBBBBB. Windows color (decimal): -3358853 or 8110028. OLE color: 8110028.
HSL color Cylindrical-coordinate representation of color #CCBF7B: hue angle of 50.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBF7B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 123 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.2 |
| HSL | 50.37º | 0.44% | 0.64% | - |
| HSV(B) | 50.37º | 0.4% | 0.8% | - |
| XYZ | 47.11 | 51.53 | 26.2 | - |
| YUV | 187.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 123 | 0 | 0.06 | 0.40 | 0.2 | 50.37 | 0.44 | 0.64 |
| Hex | CC | BF | 7B | 0 | 6 | 28 | 14 | 32 | 2C | 40 |
| Octal | 314 | 277 | 173 | 0 | 6 | 50 | 24 | 62 | 54 | 100 |
| Binary | 11001100 | 10111111 | 1111011 | 0 | 110 | 101000 | 10100 | 110010 | 101100 | 1000000 |
Color Harmonies of #CCBF7B
Complementary color
Monochromatic Colors of #CCBF7B
Black with #CCBF7B
Text Example
Text Example
White with #CCBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF7B; }
p { color: rgb(204,191,123); }
H1.HeaderClassName
{
color: #CCBF7B;
}
.AnyTagClassName
{
color: #CCBF7B;
}
</style>
background-color css
<style>
a { background-color: #CCBF7B; }
a { background-color: rgb(204,191,123); }
div.DivClassName
{
background-color: #CCBF7B;
}
.BgClassName
{
background-color: #CCBF7B;
}
</style>
border-color css
<style>
span { border-color: #CCBF7B; }
span { border-color: rgb(204,191,123); }
td.TdClassName
{
border-color: #CCBF7B;
}
.TagClassName
{
border-color: #CCBF7B;
}
</style>