Shades of Pine Glade #C0C175
Tints of Pine Glade #C0C175
RGB
CMYK
RGB Variations
Color information
#C0C175 (or 0xC0C175) is known color: Pine Glade. HEX triplet: C0, C1 and 75. RGB value is (192,193,117). Sum of RGB (Red+Green+Blue) = 192+193+117=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C175 is #3F3E8A. Grayscale: #B8B8B8. Windows color (decimal): -4144779 or 7717312. OLE color: 7717312.
HSL color Cylindrical-coordinate representation of color #C0C175: hue angle of 60.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0C175 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 117 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.24 |
| HSL | 60.79º | 0.38% | 0.61% | - |
| HSV(B) | 60.79º | 0.39% | 0.76% | - |
| XYZ | 44.02 | 50.63 | 24.28 | - |
| YUV | 184.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 117 | 0.01 | 0 | 0.39 | 0.24 | 60.79 | 0.38 | 0.61 |
| Hex | C0 | C1 | 75 | 1 | 0 | 27 | 18 | 3D | 26 | 3D |
| Octal | 300 | 301 | 165 | 1 | 0 | 47 | 30 | 75 | 46 | 75 |
| Binary | 11000000 | 11000001 | 1110101 | 1 | 0 | 100111 | 11000 | 111101 | 100110 | 111101 |
Color Harmonies of #C0C175
Complementary color
Monochromatic Colors of #C0C175
Black with #C0C175
Text Example
Text Example
White with #C0C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C175; }
p { color: rgb(192,193,117); }
H1.HeaderClassName
{
color: #C0C175;
}
.AnyTagClassName
{
color: #C0C175;
}
</style>
background-color css
<style>
a { background-color: #C0C175; }
a { background-color: rgb(192,193,117); }
div.DivClassName
{
background-color: #C0C175;
}
.BgClassName
{
background-color: #C0C175;
}
</style>
border-color css
<style>
span { border-color: #C0C175; }
span { border-color: rgb(192,193,117); }
td.TdClassName
{
border-color: #C0C175;
}
.TagClassName
{
border-color: #C0C175;
}
</style>