Shades of Winter Hazel #CBC378
Tints of Winter Hazel #CBC378
RGB
CMYK
RGB Variations
Color information
#CBC378 (or 0xCBC378) is known color: Winter Hazel. HEX triplet: CB, C3 and 78. RGB value is (203,195,120). Sum of RGB (Red+Green+Blue) = 203+195+120=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC378 is #343C87. Grayscale: #BDBDBD. Windows color (decimal): -3423368 or 7914443. OLE color: 7914443.
HSL color Cylindrical-coordinate representation of color #CBC378: hue angle of 54.22º degrees, saturation: 0.44, 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 #CBC378 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 120 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.20 |
| HSL | 54.22º | 0.44% | 0.63% | - |
| HSV(B) | 54.22º | 0.41% | 0.8% | - |
| XYZ | 47.53 | 53.08 | 25.51 | - |
| YUV | 188.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 120 | 0 | 0.04 | 0.41 | 0.20 | 54.22 | 0.44 | 0.63 |
| Hex | CB | C3 | 78 | 0 | 4 | 29 | 14 | 36 | 2C | 3F |
| Octal | 313 | 303 | 170 | 0 | 4 | 51 | 24 | 66 | 54 | 77 |
| Binary | 11001011 | 11000011 | 1111000 | 0 | 100 | 101001 | 10100 | 110110 | 101100 | 111111 |
Color Harmonies of #CBC378
Complementary color
Monochromatic Colors of #CBC378
Black with #CBC378
Text Example
Text Example
White with #CBC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC378; }
p { color: rgb(203,195,120); }
H1.HeaderClassName
{
color: #CBC378;
}
.AnyTagClassName
{
color: #CBC378;
}
</style>
background-color css
<style>
a { background-color: #CBC378; }
a { background-color: rgb(203,195,120); }
div.DivClassName
{
background-color: #CBC378;
}
.BgClassName
{
background-color: #CBC378;
}
</style>
border-color css
<style>
span { border-color: #CBC378; }
span { border-color: rgb(203,195,120); }
td.TdClassName
{
border-color: #CBC378;
}
.TagClassName
{
border-color: #CBC378;
}
</style>