Shades of Pine Glade #C0C183
Tints of Pine Glade #C0C183
RGB
CMYK
RGB Variations
Color information
#C0C183 (or 0xC0C183) is known color: Pine Glade. HEX triplet: C0, C1 and 83. RGB value is (192,193,131). Sum of RGB (Red+Green+Blue) = 192+193+131=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C183 is #3F3E7C. Grayscale: #B9B9B9. Windows color (decimal): -4144765 or 8634816. OLE color: 8634816.
HSL color Cylindrical-coordinate representation of color #C0C183: hue angle of 60.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0C183 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 131 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.24 |
| HSL | 60.97º | 0.33% | 0.64% | - |
| HSV(B) | 60.97º | 0.32% | 0.76% | - |
| XYZ | 44.9 | 50.99 | 28.95 | - |
| YUV | 185.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 131 | 0.01 | 0 | 0.32 | 0.24 | 60.97 | 0.33 | 0.64 |
| Hex | C0 | C1 | 83 | 1 | 0 | 20 | 18 | 3D | 21 | 40 |
| Octal | 300 | 301 | 203 | 1 | 0 | 40 | 30 | 75 | 41 | 100 |
| Binary | 11000000 | 11000001 | 10000011 | 1 | 0 | 100000 | 11000 | 111101 | 100001 | 1000000 |
Color Harmonies of #C0C183
Complementary color
Monochromatic Colors of #C0C183
Black with #C0C183
Text Example
Text Example
White with #C0C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C183; }
p { color: rgb(192,193,131); }
H1.HeaderClassName
{
color: #C0C183;
}
.AnyTagClassName
{
color: #C0C183;
}
</style>
background-color css
<style>
a { background-color: #C0C183; }
a { background-color: rgb(192,193,131); }
div.DivClassName
{
background-color: #C0C183;
}
.BgClassName
{
background-color: #C0C183;
}
</style>
border-color css
<style>
span { border-color: #C0C183; }
span { border-color: rgb(192,193,131); }
td.TdClassName
{
border-color: #C0C183;
}
.TagClassName
{
border-color: #C0C183;
}
</style>