Shades of Winter Hazel #C7C28B
Tints of Winter Hazel #C7C28B
RGB
CMYK
RGB Variations
Color information
#C7C28B (or 0xC7C28B) is known color: Winter Hazel. HEX triplet: C7, C2 and 8B. RGB value is (199,194,139). Sum of RGB (Red+Green+Blue) = 199+194+139=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C28B is #383D74. Grayscale: #BDBDBD. Windows color (decimal): -3685749 or 9159367. OLE color: 9159367.
HSL color Cylindrical-coordinate representation of color #C7C28B: hue angle of 55º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7C28B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 139 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.22 |
| HSL | 55º | 0.35% | 0.66% | - |
| HSV(B) | 55º | 0.3% | 0.78% | - |
| XYZ | 47.51 | 52.59 | 32.07 | - |
| YUV | 189.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 139 | 0 | 0.03 | 0.30 | 0.22 | 55 | 0.35 | 0.66 |
| Hex | C7 | C2 | 8B | 0 | 3 | 1E | 16 | 37 | 23 | 42 |
| Octal | 307 | 302 | 213 | 0 | 3 | 36 | 26 | 67 | 43 | 102 |
| Binary | 11000111 | 11000010 | 10001011 | 0 | 11 | 11110 | 10110 | 110111 | 100011 | 1000010 |
Color Harmonies of #C7C28B
Complementary color
Monochromatic Colors of #C7C28B
Black with #C7C28B
Text Example
Text Example
White with #C7C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C28B; }
p { color: rgb(199,194,139); }
H1.HeaderClassName
{
color: #C7C28B;
}
.AnyTagClassName
{
color: #C7C28B;
}
</style>
background-color css
<style>
a { background-color: #C7C28B; }
a { background-color: rgb(199,194,139); }
div.DivClassName
{
background-color: #C7C28B;
}
.BgClassName
{
background-color: #C7C28B;
}
</style>
border-color css
<style>
span { border-color: #C7C28B; }
span { border-color: rgb(199,194,139); }
td.TdClassName
{
border-color: #C7C28B;
}
.TagClassName
{
border-color: #C7C28B;
}
</style>