Shades of Winter Hazel #CBC383
Tints of Winter Hazel #CBC383
RGB
CMYK
RGB Variations
Color information
#CBC383 (or 0xCBC383) is known color: Winter Hazel. HEX triplet: CB, C3 and 83. RGB value is (203,195,131). Sum of RGB (Red+Green+Blue) = 203+195+131=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC383 is #343C7C. Grayscale: #BEBEBE. Windows color (decimal): -3423357 or 8635339. OLE color: 8635339.
HSL color Cylindrical-coordinate representation of color #CBC383: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBC383 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 131 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.20 |
| HSL | 53.33º | 0.41% | 0.65% | - |
| HSV(B) | 53.33º | 0.35% | 0.8% | - |
| XYZ | 48.24 | 53.37 | 29.23 | - |
| YUV | 190.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 131 | 0 | 0.04 | 0.35 | 0.20 | 53.33 | 0.41 | 0.65 |
| Hex | CB | C3 | 83 | 0 | 4 | 23 | 14 | 35 | 29 | 41 |
| Octal | 313 | 303 | 203 | 0 | 4 | 43 | 24 | 65 | 51 | 101 |
| Binary | 11001011 | 11000011 | 10000011 | 0 | 100 | 100011 | 10100 | 110101 | 101001 | 1000001 |
Color Harmonies of #CBC383
Complementary color
Monochromatic Colors of #CBC383
Black with #CBC383
Text Example
Text Example
White with #CBC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC383; }
p { color: rgb(203,195,131); }
H1.HeaderClassName
{
color: #CBC383;
}
.AnyTagClassName
{
color: #CBC383;
}
</style>
background-color css
<style>
a { background-color: #CBC383; }
a { background-color: rgb(203,195,131); }
div.DivClassName
{
background-color: #CBC383;
}
.BgClassName
{
background-color: #CBC383;
}
</style>
border-color css
<style>
span { border-color: #CBC383; }
span { border-color: rgb(203,195,131); }
td.TdClassName
{
border-color: #CBC383;
}
.TagClassName
{
border-color: #CBC383;
}
</style>