Shades of Pine Glade #C0C172
Tints of Pine Glade #C0C172
RGB
CMYK
RGB Variations
Color information
#C0C172 (or 0xC0C172) is known color: Pine Glade. HEX triplet: C0, C1 and 72. RGB value is (192,193,114). Sum of RGB (Red+Green+Blue) = 192+193+114=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C172 is #3F3E8D. Grayscale: #B8B8B8. Windows color (decimal): -4144782 or 7520704. OLE color: 7520704.
HSL color Cylindrical-coordinate representation of color #C0C172: hue angle of 60.76º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0C172 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 114 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.24 |
| HSL | 60.76º | 0.39% | 0.6% | - |
| HSV(B) | 60.76º | 0.41% | 0.76% | - |
| XYZ | 43.85 | 50.56 | 23.37 | - |
| YUV | 183.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 114 | 0.01 | 0 | 0.41 | 0.24 | 60.76 | 0.39 | 0.6 |
| Hex | C0 | C1 | 72 | 1 | 0 | 29 | 18 | 3D | 27 | 3C |
| Octal | 300 | 301 | 162 | 1 | 0 | 51 | 30 | 75 | 47 | 74 |
| Binary | 11000000 | 11000001 | 1110010 | 1 | 0 | 101001 | 11000 | 111101 | 100111 | 111100 |
Color Harmonies of #C0C172
Complementary color
Monochromatic Colors of #C0C172
Black with #C0C172
Text Example
Text Example
White with #C0C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C172; }
p { color: rgb(192,193,114); }
H1.HeaderClassName
{
color: #C0C172;
}
.AnyTagClassName
{
color: #C0C172;
}
</style>
background-color css
<style>
a { background-color: #C0C172; }
a { background-color: rgb(192,193,114); }
div.DivClassName
{
background-color: #C0C172;
}
.BgClassName
{
background-color: #C0C172;
}
</style>
border-color css
<style>
span { border-color: #C0C172; }
span { border-color: rgb(192,193,114); }
td.TdClassName
{
border-color: #C0C172;
}
.TagClassName
{
border-color: #C0C172;
}
</style>