Shades of Pine Glade #C8C275
Tints of Pine Glade #C8C275
RGB
CMYK
RGB Variations
Color information
#C8C275 (or 0xC8C275) is known color: Pine Glade. HEX triplet: C8, C2 and 75. RGB value is (200,194,117). Sum of RGB (Red+Green+Blue) = 200+194+117=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C275 is #373D8A. Grayscale: #BBBBBB. Windows color (decimal): -3620235 or 7717576. OLE color: 7717576.
HSL color Cylindrical-coordinate representation of color #C8C275: hue angle of 55.66º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8C275 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 117 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.22 |
| HSL | 55.66º | 0.43% | 0.62% | - |
| HSV(B) | 55.66º | 0.42% | 0.78% | - |
| XYZ | 46.32 | 52.15 | 24.45 | - |
| YUV | 187.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 117 | 0 | 0.03 | 0.42 | 0.22 | 55.66 | 0.43 | 0.62 |
| Hex | C8 | C2 | 75 | 0 | 3 | 2A | 16 | 38 | 2B | 3E |
| Octal | 310 | 302 | 165 | 0 | 3 | 52 | 26 | 70 | 53 | 76 |
| Binary | 11001000 | 11000010 | 1110101 | 0 | 11 | 101010 | 10110 | 111000 | 101011 | 111110 |
Color Harmonies of #C8C275
Complementary color
Monochromatic Colors of #C8C275
Black with #C8C275
Text Example
Text Example
White with #C8C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C275; }
p { color: rgb(200,194,117); }
H1.HeaderClassName
{
color: #C8C275;
}
.AnyTagClassName
{
color: #C8C275;
}
</style>
background-color css
<style>
a { background-color: #C8C275; }
a { background-color: rgb(200,194,117); }
div.DivClassName
{
background-color: #C8C275;
}
.BgClassName
{
background-color: #C8C275;
}
</style>
border-color css
<style>
span { border-color: #C8C275; }
span { border-color: rgb(200,194,117); }
td.TdClassName
{
border-color: #C8C275;
}
.TagClassName
{
border-color: #C8C275;
}
</style>