Shades of Pine Glade #C0C372
Tints of Pine Glade #C0C372
RGB
CMYK
RGB Variations
Color information
#C0C372 (or 0xC0C372) is known color: Pine Glade. HEX triplet: C0, C3 and 72. RGB value is (192,195,114). Sum of RGB (Red+Green+Blue) = 192+195+114=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C372 is #3F3C8D. Grayscale: #B9B9B9. Windows color (decimal): -4144270 or 7521216. OLE color: 7521216.
HSL color Cylindrical-coordinate representation of color #C0C372: hue angle of 62.22º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0C372 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 114 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.22º | 0.4% | 0.61% | - |
| HSV(B) | 62.22º | 0.42% | 0.76% | - |
| XYZ | 44.29 | 51.45 | 23.52 | - |
| YUV | 184.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 114 | 0.02 | 0 | 0.42 | 0.24 | 62.22 | 0.4 | 0.61 |
| Hex | C0 | C3 | 72 | 2 | 0 | 2A | 18 | 3E | 28 | 3D |
| Octal | 300 | 303 | 162 | 2 | 0 | 52 | 30 | 76 | 50 | 75 |
| Binary | 11000000 | 11000011 | 1110010 | 10 | 0 | 101010 | 11000 | 111110 | 101000 | 111101 |
Color Harmonies of #C0C372
Complementary color
Monochromatic Colors of #C0C372
Black with #C0C372
Text Example
Text Example
White with #C0C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C372; }
p { color: rgb(192,195,114); }
H1.HeaderClassName
{
color: #C0C372;
}
.AnyTagClassName
{
color: #C0C372;
}
</style>
background-color css
<style>
a { background-color: #C0C372; }
a { background-color: rgb(192,195,114); }
div.DivClassName
{
background-color: #C0C372;
}
.BgClassName
{
background-color: #C0C372;
}
</style>
border-color css
<style>
span { border-color: #C0C372; }
span { border-color: rgb(192,195,114); }
td.TdClassName
{
border-color: #C0C372;
}
.TagClassName
{
border-color: #C0C372;
}
</style>