Shades of Winter Hazel #CBC47C
Tints of Winter Hazel #CBC47C
RGB
CMYK
RGB Variations
Color information
#CBC47C (or 0xCBC47C) is known color: Winter Hazel. HEX triplet: CB, C4 and 7C. RGB value is (203,196,124). Sum of RGB (Red+Green+Blue) = 203+196+124=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC47C is #343B83. Grayscale: #BEBEBE. Windows color (decimal): -3423108 or 8176843. OLE color: 8176843.
HSL color Cylindrical-coordinate representation of color #CBC47C: hue angle of 54.68º 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 #CBC47C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 124 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 54.68º | 0.43% | 0.64% | - |
| HSV(B) | 54.68º | 0.39% | 0.8% | - |
| XYZ | 48.01 | 53.63 | 26.89 | - |
| YUV | 189.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 124 | 0 | 0.03 | 0.39 | 0.20 | 54.68 | 0.43 | 0.64 |
| Hex | CB | C4 | 7C | 0 | 3 | 27 | 14 | 37 | 2B | 40 |
| Octal | 313 | 304 | 174 | 0 | 3 | 47 | 24 | 67 | 53 | 100 |
| Binary | 11001011 | 11000100 | 1111100 | 0 | 11 | 100111 | 10100 | 110111 | 101011 | 1000000 |
Color Harmonies of #CBC47C
Complementary color
Monochromatic Colors of #CBC47C
Black with #CBC47C
Text Example
Text Example
White with #CBC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC47C; }
p { color: rgb(203,196,124); }
H1.HeaderClassName
{
color: #CBC47C;
}
.AnyTagClassName
{
color: #CBC47C;
}
</style>
background-color css
<style>
a { background-color: #CBC47C; }
a { background-color: rgb(203,196,124); }
div.DivClassName
{
background-color: #CBC47C;
}
.BgClassName
{
background-color: #CBC47C;
}
</style>
border-color css
<style>
span { border-color: #CBC47C; }
span { border-color: rgb(203,196,124); }
td.TdClassName
{
border-color: #CBC47C;
}
.TagClassName
{
border-color: #CBC47C;
}
</style>