Shades of Pine Glade #C0C177
Tints of Pine Glade #C0C177
RGB
CMYK
RGB Variations
Color information
#C0C177 (or 0xC0C177) is known color: Pine Glade. HEX triplet: C0, C1 and 77. RGB value is (192,193,119). Sum of RGB (Red+Green+Blue) = 192+193+119=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C177 is #3F3E88. Grayscale: #B8B8B8. Windows color (decimal): -4144777 or 7848384. OLE color: 7848384.
HSL color Cylindrical-coordinate representation of color #C0C177: hue angle of 60.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C177 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 119 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.24 |
| HSL | 60.81º | 0.37% | 0.61% | - |
| HSV(B) | 60.81º | 0.38% | 0.76% | - |
| XYZ | 44.14 | 50.68 | 24.91 | - |
| YUV | 184.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 119 | 0.01 | 0 | 0.38 | 0.24 | 60.81 | 0.37 | 0.61 |
| Hex | C0 | C1 | 77 | 1 | 0 | 26 | 18 | 3D | 25 | 3D |
| Octal | 300 | 301 | 167 | 1 | 0 | 46 | 30 | 75 | 45 | 75 |
| Binary | 11000000 | 11000001 | 1110111 | 1 | 0 | 100110 | 11000 | 111101 | 100101 | 111101 |
Color Harmonies of #C0C177
Complementary color
Monochromatic Colors of #C0C177
Black with #C0C177
Text Example
Text Example
White with #C0C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C177; }
p { color: rgb(192,193,119); }
H1.HeaderClassName
{
color: #C0C177;
}
.AnyTagClassName
{
color: #C0C177;
}
</style>
background-color css
<style>
a { background-color: #C0C177; }
a { background-color: rgb(192,193,119); }
div.DivClassName
{
background-color: #C0C177;
}
.BgClassName
{
background-color: #C0C177;
}
</style>
border-color css
<style>
span { border-color: #C0C177; }
span { border-color: rgb(192,193,119); }
td.TdClassName
{
border-color: #C0C177;
}
.TagClassName
{
border-color: #C0C177;
}
</style>