Shades of Winter Hazel #C7C28F
Tints of Winter Hazel #C7C28F
RGB
CMYK
RGB Variations
Color information
#C7C28F (or 0xC7C28F) is known color: Winter Hazel. HEX triplet: C7, C2 and 8F. RGB value is (199,194,143). Sum of RGB (Red+Green+Blue) = 199+194+143=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C28F is #383D70. Grayscale: #BDBDBD. Windows color (decimal): -3685745 or 9421511. OLE color: 9421511.
HSL color Cylindrical-coordinate representation of color #C7C28F: hue angle of 54.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7C28F is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 143 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.22 |
| HSL | 54.64º | 0.33% | 0.67% | - |
| HSV(B) | 54.64º | 0.28% | 0.78% | - |
| XYZ | 47.8 | 52.71 | 33.64 | - |
| YUV | 189.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 143 | 0 | 0.03 | 0.28 | 0.22 | 54.64 | 0.33 | 0.67 |
| Hex | C7 | C2 | 8F | 0 | 3 | 1C | 16 | 37 | 21 | 43 |
| Octal | 307 | 302 | 217 | 0 | 3 | 34 | 26 | 67 | 41 | 103 |
| Binary | 11000111 | 11000010 | 10001111 | 0 | 11 | 11100 | 10110 | 110111 | 100001 | 1000011 |
Color Harmonies of #C7C28F
Complementary color
Monochromatic Colors of #C7C28F
Black with #C7C28F
Text Example
Text Example
White with #C7C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C28F; }
p { color: rgb(199,194,143); }
H1.HeaderClassName
{
color: #C7C28F;
}
.AnyTagClassName
{
color: #C7C28F;
}
</style>
background-color css
<style>
a { background-color: #C7C28F; }
a { background-color: rgb(199,194,143); }
div.DivClassName
{
background-color: #C7C28F;
}
.BgClassName
{
background-color: #C7C28F;
}
</style>
border-color css
<style>
span { border-color: #C7C28F; }
span { border-color: rgb(199,194,143); }
td.TdClassName
{
border-color: #C7C28F;
}
.TagClassName
{
border-color: #C7C28F;
}
</style>