Shades of Winter Hazel #CBC17B
Tints of Winter Hazel #CBC17B
RGB
CMYK
RGB Variations
Color information
#CBC17B (or 0xCBC17B) is known color: Winter Hazel. HEX triplet: CB, C1 and 7B. RGB value is (203,193,123). Sum of RGB (Red+Green+Blue) = 203+193+123=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC17B is #343E84. Grayscale: #BCBCBC. Windows color (decimal): -3423877 or 8110539. OLE color: 8110539.
HSL color Cylindrical-coordinate representation of color #CBC17B: hue angle of 52.5º 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 #CBC17B is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 123 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.20 |
| HSL | 52.5º | 0.43% | 0.64% | - |
| HSV(B) | 52.5º | 0.39% | 0.8% | - |
| XYZ | 47.27 | 52.27 | 26.34 | - |
| YUV | 188.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 123 | 0 | 0.05 | 0.39 | 0.20 | 52.5 | 0.43 | 0.64 |
| Hex | CB | C1 | 7B | 0 | 5 | 27 | 14 | 34 | 2B | 40 |
| Octal | 313 | 301 | 173 | 0 | 5 | 47 | 24 | 64 | 53 | 100 |
| Binary | 11001011 | 11000001 | 1111011 | 0 | 101 | 100111 | 10100 | 110100 | 101011 | 1000000 |
Color Harmonies of #CBC17B
Complementary color
Monochromatic Colors of #CBC17B
Black with #CBC17B
Text Example
Text Example
White with #CBC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC17B; }
p { color: rgb(203,193,123); }
H1.HeaderClassName
{
color: #CBC17B;
}
.AnyTagClassName
{
color: #CBC17B;
}
</style>
background-color css
<style>
a { background-color: #CBC17B; }
a { background-color: rgb(203,193,123); }
div.DivClassName
{
background-color: #CBC17B;
}
.BgClassName
{
background-color: #CBC17B;
}
</style>
border-color css
<style>
span { border-color: #CBC17B; }
span { border-color: rgb(203,193,123); }
td.TdClassName
{
border-color: #CBC17B;
}
.TagClassName
{
border-color: #CBC17B;
}
</style>