Shades of Winter Hazel #CBC172
Tints of Winter Hazel #CBC172
RGB
CMYK
RGB Variations
Color information
#CBC172 (or 0xCBC172) is known color: Winter Hazel. HEX triplet: CB, C1 and 72. RGB value is (203,193,114). Sum of RGB (Red+Green+Blue) = 203+193+114=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC172 is #343E8D. Grayscale: #BBBBBB. Windows color (decimal): -3423886 or 7520715. OLE color: 7520715.
HSL color Cylindrical-coordinate representation of color #CBC172: hue angle of 53.26º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC172 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 114 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.20 |
| HSL | 53.26º | 0.46% | 0.62% | - |
| HSV(B) | 53.26º | 0.44% | 0.8% | - |
| XYZ | 46.74 | 52.05 | 23.5 | - |
| YUV | 186.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 114 | 0 | 0.05 | 0.44 | 0.20 | 53.26 | 0.46 | 0.62 |
| Hex | CB | C1 | 72 | 0 | 5 | 2C | 14 | 35 | 2E | 3E |
| Octal | 313 | 301 | 162 | 0 | 5 | 54 | 24 | 65 | 56 | 76 |
| Binary | 11001011 | 11000001 | 1110010 | 0 | 101 | 101100 | 10100 | 110101 | 101110 | 111110 |
Color Harmonies of #CBC172
Complementary color
Monochromatic Colors of #CBC172
Black with #CBC172
Text Example
Text Example
White with #CBC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC172; }
p { color: rgb(203,193,114); }
H1.HeaderClassName
{
color: #CBC172;
}
.AnyTagClassName
{
color: #CBC172;
}
</style>
background-color css
<style>
a { background-color: #CBC172; }
a { background-color: rgb(203,193,114); }
div.DivClassName
{
background-color: #CBC172;
}
.BgClassName
{
background-color: #CBC172;
}
</style>
border-color css
<style>
span { border-color: #CBC172; }
span { border-color: rgb(203,193,114); }
td.TdClassName
{
border-color: #CBC172;
}
.TagClassName
{
border-color: #CBC172;
}
</style>