Shades of Winter Hazel #CBC372
Tints of Winter Hazel #CBC372
RGB
CMYK
RGB Variations
Color information
#CBC372 (or 0xCBC372) is known color: Winter Hazel. HEX triplet: CB, C3 and 72. RGB value is (203,195,114). Sum of RGB (Red+Green+Blue) = 203+195+114=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC372 is #343C8D. Grayscale: #BCBCBC. Windows color (decimal): -3423374 or 7521227. OLE color: 7521227.
HSL color Cylindrical-coordinate representation of color #CBC372: hue angle of 54.61º 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 #CBC372 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 114 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.20 |
| HSL | 54.61º | 0.46% | 0.62% | - |
| HSV(B) | 54.61º | 0.44% | 0.8% | - |
| XYZ | 47.18 | 52.94 | 23.65 | - |
| YUV | 188.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 114 | 0 | 0.04 | 0.44 | 0.20 | 54.61 | 0.46 | 0.62 |
| Hex | CB | C3 | 72 | 0 | 4 | 2C | 14 | 37 | 2E | 3E |
| Octal | 313 | 303 | 162 | 0 | 4 | 54 | 24 | 67 | 56 | 76 |
| Binary | 11001011 | 11000011 | 1110010 | 0 | 100 | 101100 | 10100 | 110111 | 101110 | 111110 |
Color Harmonies of #CBC372
Complementary color
Monochromatic Colors of #CBC372
Black with #CBC372
Text Example
Text Example
White with #CBC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC372; }
p { color: rgb(203,195,114); }
H1.HeaderClassName
{
color: #CBC372;
}
.AnyTagClassName
{
color: #CBC372;
}
</style>
background-color css
<style>
a { background-color: #CBC372; }
a { background-color: rgb(203,195,114); }
div.DivClassName
{
background-color: #CBC372;
}
.BgClassName
{
background-color: #CBC372;
}
</style>
border-color css
<style>
span { border-color: #CBC372; }
span { border-color: rgb(203,195,114); }
td.TdClassName
{
border-color: #CBC372;
}
.TagClassName
{
border-color: #CBC372;
}
</style>