Shades of Winter Hazel #CBC784
Tints of Winter Hazel #CBC784
RGB
CMYK
RGB Variations
Color information
#CBC784 (or 0xCBC784) is known color: Winter Hazel. HEX triplet: CB, C7 and 84. RGB value is (203,199,132). Sum of RGB (Red+Green+Blue) = 203+199+132=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC784 is #34387B. Grayscale: #C0C0C0. Windows color (decimal): -3422332 or 8701899. OLE color: 8701899.
HSL color Cylindrical-coordinate representation of color #CBC784: hue angle of 56.62º 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 #CBC784 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 132 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.20 |
| HSL | 56.62º | 0.41% | 0.66% | - |
| HSV(B) | 56.62º | 0.35% | 0.8% | - |
| XYZ | 49.22 | 55.21 | 29.89 | - |
| YUV | 192.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 132 | 0 | 0.02 | 0.35 | 0.20 | 56.62 | 0.41 | 0.66 |
| Hex | CB | C7 | 84 | 0 | 2 | 23 | 14 | 39 | 29 | 42 |
| Octal | 313 | 307 | 204 | 0 | 2 | 43 | 24 | 71 | 51 | 102 |
| Binary | 11001011 | 11000111 | 10000100 | 0 | 10 | 100011 | 10100 | 111001 | 101001 | 1000010 |
Color Harmonies of #CBC784
Complementary color
Monochromatic Colors of #CBC784
Black with #CBC784
Text Example
Text Example
White with #CBC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC784; }
p { color: rgb(203,199,132); }
H1.HeaderClassName
{
color: #CBC784;
}
.AnyTagClassName
{
color: #CBC784;
}
</style>
background-color css
<style>
a { background-color: #CBC784; }
a { background-color: rgb(203,199,132); }
div.DivClassName
{
background-color: #CBC784;
}
.BgClassName
{
background-color: #CBC784;
}
</style>
border-color css
<style>
span { border-color: #CBC784; }
span { border-color: rgb(203,199,132); }
td.TdClassName
{
border-color: #CBC784;
}
.TagClassName
{
border-color: #CBC784;
}
</style>