Shades of Pine Glade #C2C284
Tints of Pine Glade #C2C284
RGB
CMYK
RGB Variations
Color information
#C2C284 (or 0xC2C284) is known color: Pine Glade. HEX triplet: C2, C2 and 84. RGB value is (194,194,132). Sum of RGB (Red+Green+Blue) = 194+194+132=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C284 is #3D3D7B. Grayscale: #BBBBBB. Windows color (decimal): -4013436 or 8700610. OLE color: 8700610.
HSL color Cylindrical-coordinate representation of color #C2C284: hue angle of 60º degrees, saturation: 0.34, 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 #C2C284 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 132 | - |
| CMYK | 0 | 0 | 0.32 | 0.24 |
| HSL | 60º | 0.34% | 0.64% | - |
| HSV(B) | 60º | 0.32% | 0.76% | - |
| XYZ | 45.7 | 51.72 | 29.4 | - |
| YUV | 186.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 132 | 0 | 0 | 0.32 | 0.24 | 60 | 0.34 | 0.64 |
| Hex | C2 | C2 | 84 | 0 | 0 | 20 | 18 | 3C | 22 | 40 |
| Octal | 302 | 302 | 204 | 0 | 0 | 40 | 30 | 74 | 42 | 100 |
| Binary | 11000010 | 11000010 | 10000100 | 0 | 0 | 100000 | 11000 | 111100 | 100010 | 1000000 |
Color Harmonies of #C2C284
Complementary color
Monochromatic Colors of #C2C284
Black with #C2C284
Text Example
Text Example
White with #C2C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C284; }
p { color: rgb(194,194,132); }
H1.HeaderClassName
{
color: #C2C284;
}
.AnyTagClassName
{
color: #C2C284;
}
</style>
background-color css
<style>
a { background-color: #C2C284; }
a { background-color: rgb(194,194,132); }
div.DivClassName
{
background-color: #C2C284;
}
.BgClassName
{
background-color: #C2C284;
}
</style>
border-color css
<style>
span { border-color: #C2C284; }
span { border-color: rgb(194,194,132); }
td.TdClassName
{
border-color: #C2C284;
}
.TagClassName
{
border-color: #C2C284;
}
</style>