Shades of Winter Hazel #CBC678
Tints of Winter Hazel #CBC678
RGB
CMYK
RGB Variations
Color information
#CBC678 (or 0xCBC678) is known color: Winter Hazel. HEX triplet: CB, C6 and 78. RGB value is (203,198,120). Sum of RGB (Red+Green+Blue) = 203+198+120=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC678 is #343987. Grayscale: #BEBEBE. Windows color (decimal): -3422600 or 7915211. OLE color: 7915211.
HSL color Cylindrical-coordinate representation of color #CBC678: hue angle of 56.39º 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 #CBC678 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 120 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.20 |
| HSL | 56.39º | 0.44% | 0.63% | - |
| HSV(B) | 56.39º | 0.41% | 0.8% | - |
| XYZ | 48.21 | 54.44 | 25.74 | - |
| YUV | 190.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 120 | 0 | 0.02 | 0.41 | 0.20 | 56.39 | 0.44 | 0.63 |
| Hex | CB | C6 | 78 | 0 | 2 | 29 | 14 | 38 | 2C | 3F |
| Octal | 313 | 306 | 170 | 0 | 2 | 51 | 24 | 70 | 54 | 77 |
| Binary | 11001011 | 11000110 | 1111000 | 0 | 10 | 101001 | 10100 | 111000 | 101100 | 111111 |
Color Harmonies of #CBC678
Complementary color
Monochromatic Colors of #CBC678
Black with #CBC678
Text Example
Text Example
White with #CBC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC678; }
p { color: rgb(203,198,120); }
H1.HeaderClassName
{
color: #CBC678;
}
.AnyTagClassName
{
color: #CBC678;
}
</style>
background-color css
<style>
a { background-color: #CBC678; }
a { background-color: rgb(203,198,120); }
div.DivClassName
{
background-color: #CBC678;
}
.BgClassName
{
background-color: #CBC678;
}
</style>
border-color css
<style>
span { border-color: #CBC678; }
span { border-color: rgb(203,198,120); }
td.TdClassName
{
border-color: #CBC678;
}
.TagClassName
{
border-color: #CBC678;
}
</style>