Shades of Winter Hazel #CBC47B
Tints of Winter Hazel #CBC47B
RGB
CMYK
RGB Variations
Color information
#CBC47B (or 0xCBC47B) is known color: Winter Hazel. HEX triplet: CB, C4 and 7B. RGB value is (203,196,123). Sum of RGB (Red+Green+Blue) = 203+196+123=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC47B is #343B84. Grayscale: #BEBEBE. Windows color (decimal): -3423109 or 8111307. OLE color: 8111307.
HSL color Cylindrical-coordinate representation of color #CBC47B: hue angle of 54.75º 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 #CBC47B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 123 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 54.75º | 0.43% | 0.64% | - |
| HSV(B) | 54.75º | 0.39% | 0.8% | - |
| XYZ | 47.94 | 53.61 | 26.56 | - |
| YUV | 189.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 123 | 0 | 0.03 | 0.39 | 0.20 | 54.75 | 0.43 | 0.64 |
| Hex | CB | C4 | 7B | 0 | 3 | 27 | 14 | 37 | 2B | 40 |
| Octal | 313 | 304 | 173 | 0 | 3 | 47 | 24 | 67 | 53 | 100 |
| Binary | 11001011 | 11000100 | 1111011 | 0 | 11 | 100111 | 10100 | 110111 | 101011 | 1000000 |
Color Harmonies of #CBC47B
Complementary color
Monochromatic Colors of #CBC47B
Black with #CBC47B
Text Example
Text Example
White with #CBC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC47B; }
p { color: rgb(203,196,123); }
H1.HeaderClassName
{
color: #CBC47B;
}
.AnyTagClassName
{
color: #CBC47B;
}
</style>
background-color css
<style>
a { background-color: #CBC47B; }
a { background-color: rgb(203,196,123); }
div.DivClassName
{
background-color: #CBC47B;
}
.BgClassName
{
background-color: #CBC47B;
}
</style>
border-color css
<style>
span { border-color: #CBC47B; }
span { border-color: rgb(203,196,123); }
td.TdClassName
{
border-color: #CBC47B;
}
.TagClassName
{
border-color: #CBC47B;
}
</style>