Shades of Winter Hazel #CBC377
Tints of Winter Hazel #CBC377
RGB
CMYK
RGB Variations
Color information
#CBC377 (or 0xCBC377) is known color: Winter Hazel. HEX triplet: CB, C3 and 77. RGB value is (203,195,119). Sum of RGB (Red+Green+Blue) = 203+195+119=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC377 is #343C88. Grayscale: #BDBDBD. Windows color (decimal): -3423369 or 7848907. OLE color: 7848907.
HSL color Cylindrical-coordinate representation of color #CBC377: hue angle of 54.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBC377 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 119 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.20 |
| HSL | 54.29º | 0.45% | 0.63% | - |
| HSV(B) | 54.29º | 0.41% | 0.8% | - |
| XYZ | 47.47 | 53.06 | 25.19 | - |
| YUV | 188.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 119 | 0 | 0.04 | 0.41 | 0.20 | 54.29 | 0.45 | 0.63 |
| Hex | CB | C3 | 77 | 0 | 4 | 29 | 14 | 36 | 2D | 3F |
| Octal | 313 | 303 | 167 | 0 | 4 | 51 | 24 | 66 | 55 | 77 |
| Binary | 11001011 | 11000011 | 1110111 | 0 | 100 | 101001 | 10100 | 110110 | 101101 | 111111 |
Color Harmonies of #CBC377
Complementary color
Monochromatic Colors of #CBC377
Black with #CBC377
Text Example
Text Example
White with #CBC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC377; }
p { color: rgb(203,195,119); }
H1.HeaderClassName
{
color: #CBC377;
}
.AnyTagClassName
{
color: #CBC377;
}
</style>
background-color css
<style>
a { background-color: #CBC377; }
a { background-color: rgb(203,195,119); }
div.DivClassName
{
background-color: #CBC377;
}
.BgClassName
{
background-color: #CBC377;
}
</style>
border-color css
<style>
span { border-color: #CBC377; }
span { border-color: rgb(203,195,119); }
td.TdClassName
{
border-color: #CBC377;
}
.TagClassName
{
border-color: #CBC377;
}
</style>