Shades of Pine Glade #C0C47A
Tints of Pine Glade #C0C47A
RGB
CMYK
RGB Variations
Color information
#C0C47A (or 0xC0C47A) is known color: Pine Glade. HEX triplet: C0, C4 and 7A. RGB value is (192,196,122). Sum of RGB (Red+Green+Blue) = 192+196+122=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C47A is #3F3B85. Grayscale: #BABABA. Windows color (decimal): -4144006 or 8045760. OLE color: 8045760.
HSL color Cylindrical-coordinate representation of color #C0C47A: hue angle of 63.24º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C47A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 122 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.23 |
| HSL | 63.24º | 0.39% | 0.62% | - |
| HSV(B) | 63.24º | 0.38% | 0.77% | - |
| XYZ | 44.99 | 52.09 | 26.1 | - |
| YUV | 186.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 122 | 0.02 | 0 | 0.38 | 0.23 | 63.24 | 0.39 | 0.62 |
| Hex | C0 | C4 | 7A | 2 | 0 | 26 | 17 | 3F | 27 | 3E |
| Octal | 300 | 304 | 172 | 2 | 0 | 46 | 27 | 77 | 47 | 76 |
| Binary | 11000000 | 11000100 | 1111010 | 10 | 0 | 100110 | 10111 | 111111 | 100111 | 111110 |
Color Harmonies of #C0C47A
Complementary color
Monochromatic Colors of #C0C47A
Black with #C0C47A
Text Example
Text Example
White with #C0C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C47A; }
p { color: rgb(192,196,122); }
H1.HeaderClassName
{
color: #C0C47A;
}
.AnyTagClassName
{
color: #C0C47A;
}
</style>
background-color css
<style>
a { background-color: #C0C47A; }
a { background-color: rgb(192,196,122); }
div.DivClassName
{
background-color: #C0C47A;
}
.BgClassName
{
background-color: #C0C47A;
}
</style>
border-color css
<style>
span { border-color: #C0C47A; }
span { border-color: rgb(192,196,122); }
td.TdClassName
{
border-color: #C0C47A;
}
.TagClassName
{
border-color: #C0C47A;
}
</style>