Shades of Winter Hazel #C8C382
Tints of Winter Hazel #C8C382
RGB
CMYK
RGB Variations
Color information
#C8C382 (or 0xC8C382) is known color: Winter Hazel. HEX triplet: C8, C3 and 82. RGB value is (200,195,130). Sum of RGB (Red+Green+Blue) = 200+195+130=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C382 is #373C7D. Grayscale: #BDBDBD. Windows color (decimal): -3619966 or 8569800. OLE color: 8569800.
HSL color Cylindrical-coordinate representation of color #C8C382: hue angle of 55.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8C382 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 130 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.22 |
| HSL | 55.71º | 0.39% | 0.65% | - |
| HSV(B) | 55.71º | 0.35% | 0.78% | - |
| XYZ | 47.36 | 52.92 | 28.84 | - |
| YUV | 189.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 130 | 0 | 0.02 | 0.35 | 0.22 | 55.71 | 0.39 | 0.65 |
| Hex | C8 | C3 | 82 | 0 | 2 | 23 | 16 | 38 | 27 | 41 |
| Octal | 310 | 303 | 202 | 0 | 2 | 43 | 26 | 70 | 47 | 101 |
| Binary | 11001000 | 11000011 | 10000010 | 0 | 10 | 100011 | 10110 | 111000 | 100111 | 1000001 |
Color Harmonies of #C8C382
Complementary color
Monochromatic Colors of #C8C382
Black with #C8C382
Text Example
Text Example
White with #C8C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C382; }
p { color: rgb(200,195,130); }
H1.HeaderClassName
{
color: #C8C382;
}
.AnyTagClassName
{
color: #C8C382;
}
</style>
background-color css
<style>
a { background-color: #C8C382; }
a { background-color: rgb(200,195,130); }
div.DivClassName
{
background-color: #C8C382;
}
.BgClassName
{
background-color: #C8C382;
}
</style>
border-color css
<style>
span { border-color: #C8C382; }
span { border-color: rgb(200,195,130); }
td.TdClassName
{
border-color: #C8C382;
}
.TagClassName
{
border-color: #C8C382;
}
</style>