Shades of Winter Hazel #CBC184
Tints of Winter Hazel #CBC184
RGB
CMYK
RGB Variations
Color information
#CBC184 (or 0xCBC184) is known color: Winter Hazel. HEX triplet: CB, C1 and 84. RGB value is (203,193,132). Sum of RGB (Red+Green+Blue) = 203+193+132=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC184 is #343E7B. Grayscale: #BDBDBD. Windows color (decimal): -3423868 or 8700363. OLE color: 8700363.
HSL color Cylindrical-coordinate representation of color #CBC184: hue angle of 51.55º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBC184 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 132 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.20 |
| HSL | 51.55º | 0.41% | 0.66% | - |
| HSV(B) | 51.55º | 0.35% | 0.8% | - |
| XYZ | 47.86 | 52.5 | 29.44 | - |
| YUV | 189.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 132 | 0 | 0.05 | 0.35 | 0.20 | 51.55 | 0.41 | 0.66 |
| Hex | CB | C1 | 84 | 0 | 5 | 23 | 14 | 34 | 29 | 42 |
| Octal | 313 | 301 | 204 | 0 | 5 | 43 | 24 | 64 | 51 | 102 |
| Binary | 11001011 | 11000001 | 10000100 | 0 | 101 | 100011 | 10100 | 110100 | 101001 | 1000010 |
Color Harmonies of #CBC184
Complementary color
Monochromatic Colors of #CBC184
Black with #CBC184
Text Example
Text Example
White with #CBC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC184; }
p { color: rgb(203,193,132); }
H1.HeaderClassName
{
color: #CBC184;
}
.AnyTagClassName
{
color: #CBC184;
}
</style>
background-color css
<style>
a { background-color: #CBC184; }
a { background-color: rgb(203,193,132); }
div.DivClassName
{
background-color: #CBC184;
}
.BgClassName
{
background-color: #CBC184;
}
</style>
border-color css
<style>
span { border-color: #CBC184; }
span { border-color: rgb(203,193,132); }
td.TdClassName
{
border-color: #CBC184;
}
.TagClassName
{
border-color: #CBC184;
}
</style>