Shades of Winter Hazel #C8C38C
Tints of Winter Hazel #C8C38C
RGB
CMYK
RGB Variations
Color information
#C8C38C (or 0xC8C38C) is known color: Winter Hazel. HEX triplet: C8, C3 and 8C. RGB value is (200,195,140). Sum of RGB (Red+Green+Blue) = 200+195+140=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C38C is #373C73. Grayscale: #BEBEBE. Windows color (decimal): -3619956 or 9225160. OLE color: 9225160.
HSL color Cylindrical-coordinate representation of color #C8C38C: hue angle of 55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8C38C is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 140 | - |
| CMYK | 0 | 0.02 | 0.3 | 0.22 |
| HSL | 55º | 0.35% | 0.67% | - |
| HSV(B) | 55º | 0.3% | 0.78% | - |
| XYZ | 48.07 | 53.2 | 32.55 | - |
| YUV | 190.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 140 | 0 | 0.02 | 0.3 | 0.22 | 55 | 0.35 | 0.67 |
| Hex | C8 | C3 | 8C | 0 | 2 | 1E | 16 | 37 | 23 | 43 |
| Octal | 310 | 303 | 214 | 0 | 2 | 36 | 26 | 67 | 43 | 103 |
| Binary | 11001000 | 11000011 | 10001100 | 0 | 10 | 11110 | 10110 | 110111 | 100011 | 1000011 |
Color Harmonies of #C8C38C
Complementary color
Monochromatic Colors of #C8C38C
Black with #C8C38C
Text Example
Text Example
White with #C8C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C38C; }
p { color: rgb(200,195,140); }
H1.HeaderClassName
{
color: #C8C38C;
}
.AnyTagClassName
{
color: #C8C38C;
}
</style>
background-color css
<style>
a { background-color: #C8C38C; }
a { background-color: rgb(200,195,140); }
div.DivClassName
{
background-color: #C8C38C;
}
.BgClassName
{
background-color: #C8C38C;
}
</style>
border-color css
<style>
span { border-color: #C8C38C; }
span { border-color: rgb(200,195,140); }
td.TdClassName
{
border-color: #C8C38C;
}
.TagClassName
{
border-color: #C8C38C;
}
</style>