Shades of Winter Hazel #C8C48A
Tints of Winter Hazel #C8C48A
RGB
CMYK
RGB Variations
Color information
#C8C48A (or 0xC8C48A) is known color: Winter Hazel. HEX triplet: C8, C4 and 8A. RGB value is (200,196,138). Sum of RGB (Red+Green+Blue) = 200+196+138=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C48A is #373B75. Grayscale: #BEBEBE. Windows color (decimal): -3619702 or 9094344. OLE color: 9094344.
HSL color Cylindrical-coordinate representation of color #C8C48A: hue angle of 56.13º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8C48A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 138 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.22 |
| HSL | 56.13º | 0.36% | 0.66% | - |
| HSV(B) | 56.13º | 0.31% | 0.78% | - |
| XYZ | 48.15 | 53.59 | 31.85 | - |
| YUV | 190.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 138 | 0 | 0.02 | 0.31 | 0.22 | 56.13 | 0.36 | 0.66 |
| Hex | C8 | C4 | 8A | 0 | 2 | 1F | 16 | 38 | 24 | 42 |
| Octal | 310 | 304 | 212 | 0 | 2 | 37 | 26 | 70 | 44 | 102 |
| Binary | 11001000 | 11000100 | 10001010 | 0 | 10 | 11111 | 10110 | 111000 | 100100 | 1000010 |
Color Harmonies of #C8C48A
Complementary color
Monochromatic Colors of #C8C48A
Black with #C8C48A
Text Example
Text Example
White with #C8C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C48A; }
p { color: rgb(200,196,138); }
H1.HeaderClassName
{
color: #C8C48A;
}
.AnyTagClassName
{
color: #C8C48A;
}
</style>
background-color css
<style>
a { background-color: #C8C48A; }
a { background-color: rgb(200,196,138); }
div.DivClassName
{
background-color: #C8C48A;
}
.BgClassName
{
background-color: #C8C48A;
}
</style>
border-color css
<style>
span { border-color: #C8C48A; }
span { border-color: rgb(200,196,138); }
td.TdClassName
{
border-color: #C8C48A;
}
.TagClassName
{
border-color: #C8C48A;
}
</style>