Shades of Winter Hazel #CBC482
Tints of Winter Hazel #CBC482
RGB
CMYK
RGB Variations
Color information
#CBC482 (or 0xCBC482) is known color: Winter Hazel. HEX triplet: CB, C4 and 82. RGB value is (203,196,130). Sum of RGB (Red+Green+Blue) = 203+196+130=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC482 is #343B7D. Grayscale: #BEBEBE. Windows color (decimal): -3423102 or 8570059. OLE color: 8570059.
HSL color Cylindrical-coordinate representation of color #CBC482: hue angle of 54.25º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBC482 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 130 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.20 |
| HSL | 54.25º | 0.41% | 0.65% | - |
| HSV(B) | 54.25º | 0.36% | 0.8% | - |
| XYZ | 48.4 | 53.79 | 28.95 | - |
| YUV | 190.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 130 | 0 | 0.03 | 0.36 | 0.20 | 54.25 | 0.41 | 0.65 |
| Hex | CB | C4 | 82 | 0 | 3 | 24 | 14 | 36 | 29 | 41 |
| Octal | 313 | 304 | 202 | 0 | 3 | 44 | 24 | 66 | 51 | 101 |
| Binary | 11001011 | 11000100 | 10000010 | 0 | 11 | 100100 | 10100 | 110110 | 101001 | 1000001 |
Color Harmonies of #CBC482
Complementary color
Monochromatic Colors of #CBC482
Black with #CBC482
Text Example
Text Example
White with #CBC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC482; }
p { color: rgb(203,196,130); }
H1.HeaderClassName
{
color: #CBC482;
}
.AnyTagClassName
{
color: #CBC482;
}
</style>
background-color css
<style>
a { background-color: #CBC482; }
a { background-color: rgb(203,196,130); }
div.DivClassName
{
background-color: #CBC482;
}
.BgClassName
{
background-color: #CBC482;
}
</style>
border-color css
<style>
span { border-color: #CBC482; }
span { border-color: rgb(203,196,130); }
td.TdClassName
{
border-color: #CBC482;
}
.TagClassName
{
border-color: #CBC482;
}
</style>