Shades of Winter Hazel #CBC67C
Tints of Winter Hazel #CBC67C
RGB
CMYK
RGB Variations
Color information
#CBC67C (or 0xCBC67C) is known color: Winter Hazel. HEX triplet: CB, C6 and 7C. RGB value is (203,198,124). Sum of RGB (Red+Green+Blue) = 203+198+124=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC67C is #343983. Grayscale: #BFBFBF. Windows color (decimal): -3422596 or 8177355. OLE color: 8177355.
HSL color Cylindrical-coordinate representation of color #CBC67C: hue angle of 56.2º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC67C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 124 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.20 |
| HSL | 56.2º | 0.43% | 0.64% | - |
| HSV(B) | 56.2º | 0.39% | 0.8% | - |
| XYZ | 48.46 | 54.54 | 27.04 | - |
| YUV | 191.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 124 | 0 | 0.02 | 0.39 | 0.20 | 56.2 | 0.43 | 0.64 |
| Hex | CB | C6 | 7C | 0 | 2 | 27 | 14 | 38 | 2B | 40 |
| Octal | 313 | 306 | 174 | 0 | 2 | 47 | 24 | 70 | 53 | 100 |
| Binary | 11001011 | 11000110 | 1111100 | 0 | 10 | 100111 | 10100 | 111000 | 101011 | 1000000 |
Color Harmonies of #CBC67C
Complementary color
Monochromatic Colors of #CBC67C
Black with #CBC67C
Text Example
Text Example
White with #CBC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC67C; }
p { color: rgb(203,198,124); }
H1.HeaderClassName
{
color: #CBC67C;
}
.AnyTagClassName
{
color: #CBC67C;
}
</style>
background-color css
<style>
a { background-color: #CBC67C; }
a { background-color: rgb(203,198,124); }
div.DivClassName
{
background-color: #CBC67C;
}
.BgClassName
{
background-color: #CBC67C;
}
</style>
border-color css
<style>
span { border-color: #CBC67C; }
span { border-color: rgb(203,198,124); }
td.TdClassName
{
border-color: #CBC67C;
}
.TagClassName
{
border-color: #CBC67C;
}
</style>