Shades of Winter Hazel #C8C38D
Tints of Winter Hazel #C8C38D
RGB
CMYK
RGB Variations
Color information
#C8C38D (or 0xC8C38D) is known color: Winter Hazel. HEX triplet: C8, C3 and 8D. RGB value is (200,195,141). Sum of RGB (Red+Green+Blue) = 200+195+141=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C38D is #373C72. Grayscale: #BEBEBE. Windows color (decimal): -3619955 or 9290696. OLE color: 9290696.
HSL color Cylindrical-coordinate representation of color #C8C38D: hue angle of 54.92º 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 #C8C38D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 141 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.22 |
| HSL | 54.92º | 0.35% | 0.67% | - |
| HSV(B) | 54.92º | 0.3% | 0.78% | - |
| XYZ | 48.14 | 53.23 | 32.94 | - |
| YUV | 190.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 141 | 0 | 0.02 | 0.29 | 0.22 | 54.92 | 0.35 | 0.67 |
| Hex | C8 | C3 | 8D | 0 | 2 | 1D | 16 | 37 | 23 | 43 |
| Octal | 310 | 303 | 215 | 0 | 2 | 35 | 26 | 67 | 43 | 103 |
| Binary | 11001000 | 11000011 | 10001101 | 0 | 10 | 11101 | 10110 | 110111 | 100011 | 1000011 |
Color Harmonies of #C8C38D
Complementary color
Monochromatic Colors of #C8C38D
Black with #C8C38D
Text Example
Text Example
White with #C8C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C38D; }
p { color: rgb(200,195,141); }
H1.HeaderClassName
{
color: #C8C38D;
}
.AnyTagClassName
{
color: #C8C38D;
}
</style>
background-color css
<style>
a { background-color: #C8C38D; }
a { background-color: rgb(200,195,141); }
div.DivClassName
{
background-color: #C8C38D;
}
.BgClassName
{
background-color: #C8C38D;
}
</style>
border-color css
<style>
span { border-color: #C8C38D; }
span { border-color: rgb(200,195,141); }
td.TdClassName
{
border-color: #C8C38D;
}
.TagClassName
{
border-color: #C8C38D;
}
</style>