Shades of Winter Hazel #CCBE74
Tints of Winter Hazel #CCBE74
RGB
CMYK
RGB Variations
Color information
#CCBE74 (or 0xCCBE74) is known color: Winter Hazel. HEX triplet: CC, BE and 74. RGB value is (204,190,116). Sum of RGB (Red+Green+Blue) = 204+190+116=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE74 is #33418B. Grayscale: #BABABA. Windows color (decimal): -3359116 or 7651020. OLE color: 7651020.
HSL color Cylindrical-coordinate representation of color #CCBE74: hue angle of 50.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCBE74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 116 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.2 |
| HSL | 50.45º | 0.46% | 0.63% | - |
| HSV(B) | 50.45º | 0.43% | 0.8% | - |
| XYZ | 46.47 | 50.93 | 23.9 | - |
| YUV | 185.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 116 | 0 | 0.07 | 0.43 | 0.2 | 50.45 | 0.46 | 0.63 |
| Hex | CC | BE | 74 | 0 | 7 | 2B | 14 | 32 | 2E | 3F |
| Octal | 314 | 276 | 164 | 0 | 7 | 53 | 24 | 62 | 56 | 77 |
| Binary | 11001100 | 10111110 | 1110100 | 0 | 111 | 101011 | 10100 | 110010 | 101110 | 111111 |
Color Harmonies of #CCBE74
Complementary color
Monochromatic Colors of #CCBE74
Black with #CCBE74
Text Example
Text Example
White with #CCBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE74; }
p { color: rgb(204,190,116); }
H1.HeaderClassName
{
color: #CCBE74;
}
.AnyTagClassName
{
color: #CCBE74;
}
</style>
background-color css
<style>
a { background-color: #CCBE74; }
a { background-color: rgb(204,190,116); }
div.DivClassName
{
background-color: #CCBE74;
}
.BgClassName
{
background-color: #CCBE74;
}
</style>
border-color css
<style>
span { border-color: #CCBE74; }
span { border-color: rgb(204,190,116); }
td.TdClassName
{
border-color: #CCBE74;
}
.TagClassName
{
border-color: #CCBE74;
}
</style>