Shades of Pine Glade #C8C57A
Tints of Pine Glade #C8C57A
RGB
CMYK
RGB Variations
Color information
#C8C57A (or 0xC8C57A) is known color: Pine Glade. HEX triplet: C8, C5 and 7A. RGB value is (200,197,122). Sum of RGB (Red+Green+Blue) = 200+197+122=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C57A is #373A85. Grayscale: #BDBDBD. Windows color (decimal): -3619462 or 8046024. OLE color: 8046024.
HSL color Cylindrical-coordinate representation of color #C8C57A: hue angle of 57.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8C57A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 122 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.22 |
| HSL | 57.69º | 0.41% | 0.63% | - |
| HSV(B) | 57.69º | 0.39% | 0.78% | - |
| XYZ | 47.3 | 53.62 | 26.27 | - |
| YUV | 189.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 122 | 0 | 0.02 | 0.39 | 0.22 | 57.69 | 0.41 | 0.63 |
| Hex | C8 | C5 | 7A | 0 | 2 | 27 | 16 | 3A | 29 | 3F |
| Octal | 310 | 305 | 172 | 0 | 2 | 47 | 26 | 72 | 51 | 77 |
| Binary | 11001000 | 11000101 | 1111010 | 0 | 10 | 100111 | 10110 | 111010 | 101001 | 111111 |
Color Harmonies of #C8C57A
Complementary color
Monochromatic Colors of #C8C57A
Black with #C8C57A
Text Example
Text Example
White with #C8C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C57A; }
p { color: rgb(200,197,122); }
H1.HeaderClassName
{
color: #C8C57A;
}
.AnyTagClassName
{
color: #C8C57A;
}
</style>
background-color css
<style>
a { background-color: #C8C57A; }
a { background-color: rgb(200,197,122); }
div.DivClassName
{
background-color: #C8C57A;
}
.BgClassName
{
background-color: #C8C57A;
}
</style>
border-color css
<style>
span { border-color: #C8C57A; }
span { border-color: rgb(200,197,122); }
td.TdClassName
{
border-color: #C8C57A;
}
.TagClassName
{
border-color: #C8C57A;
}
</style>