Shades of Winter Hazel #CBC27B
Tints of Winter Hazel #CBC27B
RGB
CMYK
RGB Variations
Color information
#CBC27B (or 0xCBC27B) is known color: Winter Hazel. HEX triplet: CB, C2 and 7B. RGB value is (203,194,123). Sum of RGB (Red+Green+Blue) = 203+194+123=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC27B is #343D84. Grayscale: #BCBCBC. Windows color (decimal): -3423621 or 8110795. OLE color: 8110795.
HSL color Cylindrical-coordinate representation of color #CBC27B: hue angle of 53.25º 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 #CBC27B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 123 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.20 |
| HSL | 53.25º | 0.43% | 0.64% | - |
| HSV(B) | 53.25º | 0.39% | 0.8% | - |
| XYZ | 47.5 | 52.71 | 26.41 | - |
| YUV | 188.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 123 | 0 | 0.04 | 0.39 | 0.20 | 53.25 | 0.43 | 0.64 |
| Hex | CB | C2 | 7B | 0 | 4 | 27 | 14 | 35 | 2B | 40 |
| Octal | 313 | 302 | 173 | 0 | 4 | 47 | 24 | 65 | 53 | 100 |
| Binary | 11001011 | 11000010 | 1111011 | 0 | 100 | 100111 | 10100 | 110101 | 101011 | 1000000 |
Color Harmonies of #CBC27B
Complementary color
Monochromatic Colors of #CBC27B
Black with #CBC27B
Text Example
Text Example
White with #CBC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC27B; }
p { color: rgb(203,194,123); }
H1.HeaderClassName
{
color: #CBC27B;
}
.AnyTagClassName
{
color: #CBC27B;
}
</style>
background-color css
<style>
a { background-color: #CBC27B; }
a { background-color: rgb(203,194,123); }
div.DivClassName
{
background-color: #CBC27B;
}
.BgClassName
{
background-color: #CBC27B;
}
</style>
border-color css
<style>
span { border-color: #CBC27B; }
span { border-color: rgb(203,194,123); }
td.TdClassName
{
border-color: #CBC27B;
}
.TagClassName
{
border-color: #CBC27B;
}
</style>