Shades of Pine Glade #C8C672
Tints of Pine Glade #C8C672
RGB
CMYK
RGB Variations
Color information
#C8C672 (or 0xC8C672) is known color: Pine Glade. HEX triplet: C8, C6 and 72. RGB value is (200,198,114). Sum of RGB (Red+Green+Blue) = 200+198+114=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C672 is #37398D. Grayscale: #BDBDBD. Windows color (decimal): -3619214 or 7521992. OLE color: 7521992.
HSL color Cylindrical-coordinate representation of color #C8C672: hue angle of 58.6º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C672 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 114 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.22 |
| HSL | 58.6º | 0.44% | 0.62% | - |
| HSV(B) | 58.6º | 0.43% | 0.78% | - |
| XYZ | 47.05 | 53.88 | 23.84 | - |
| YUV | 189.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 114 | 0 | 0.01 | 0.43 | 0.22 | 58.6 | 0.44 | 0.62 |
| Hex | C8 | C6 | 72 | 0 | 1 | 2B | 16 | 3B | 2C | 3E |
| Octal | 310 | 306 | 162 | 0 | 1 | 53 | 26 | 73 | 54 | 76 |
| Binary | 11001000 | 11000110 | 1110010 | 0 | 1 | 101011 | 10110 | 111011 | 101100 | 111110 |
Color Harmonies of #C8C672
Complementary color
Monochromatic Colors of #C8C672
Black with #C8C672
Text Example
Text Example
White with #C8C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C672; }
p { color: rgb(200,198,114); }
H1.HeaderClassName
{
color: #C8C672;
}
.AnyTagClassName
{
color: #C8C672;
}
</style>
background-color css
<style>
a { background-color: #C8C672; }
a { background-color: rgb(200,198,114); }
div.DivClassName
{
background-color: #C8C672;
}
.BgClassName
{
background-color: #C8C672;
}
</style>
border-color css
<style>
span { border-color: #C8C672; }
span { border-color: rgb(200,198,114); }
td.TdClassName
{
border-color: #C8C672;
}
.TagClassName
{
border-color: #C8C672;
}
</style>