Shades of Pine Glade #C0C48A
Tints of Pine Glade #C0C48A
RGB
CMYK
RGB Variations
Color information
#C0C48A (or 0xC0C48A) is known color: Pine Glade. HEX triplet: C0, C4 and 8A. RGB value is (192,196,138). Sum of RGB (Red+Green+Blue) = 192+196+138=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C48A is #3F3B75. Grayscale: #BCBCBC. Windows color (decimal): -4143990 or 9094336. OLE color: 9094336.
HSL color Cylindrical-coordinate representation of color #C0C48A: hue angle of 64.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0C48A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 138 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.23 |
| HSL | 64.14º | 0.33% | 0.65% | - |
| HSV(B) | 64.14º | 0.3% | 0.77% | - |
| XYZ | 46.07 | 52.52 | 31.75 | - |
| YUV | 188.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 138 | 0.02 | 0 | 0.30 | 0.23 | 64.14 | 0.33 | 0.65 |
| Hex | C0 | C4 | 8A | 2 | 0 | 1E | 17 | 40 | 21 | 41 |
| Octal | 300 | 304 | 212 | 2 | 0 | 36 | 27 | 100 | 41 | 101 |
| Binary | 11000000 | 11000100 | 10001010 | 10 | 0 | 11110 | 10111 | 1000000 | 100001 | 1000001 |
Color Harmonies of #C0C48A
Complementary color
Monochromatic Colors of #C0C48A
Black with #C0C48A
Text Example
Text Example
White with #C0C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C48A; }
p { color: rgb(192,196,138); }
H1.HeaderClassName
{
color: #C0C48A;
}
.AnyTagClassName
{
color: #C0C48A;
}
</style>
background-color css
<style>
a { background-color: #C0C48A; }
a { background-color: rgb(192,196,138); }
div.DivClassName
{
background-color: #C0C48A;
}
.BgClassName
{
background-color: #C0C48A;
}
</style>
border-color css
<style>
span { border-color: #C0C48A; }
span { border-color: rgb(192,196,138); }
td.TdClassName
{
border-color: #C0C48A;
}
.TagClassName
{
border-color: #C0C48A;
}
</style>