Shades of Pine Glade #C2C081
Tints of Pine Glade #C2C081
RGB
CMYK
RGB Variations
Color information
#C2C081 (or 0xC2C081) is known color: Pine Glade. HEX triplet: C2, C0 and 81. RGB value is (194,192,129). Sum of RGB (Red+Green+Blue) = 194+192+129=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C081 is #3D3F7E. Grayscale: #B9B9B9. Windows color (decimal): -4013951 or 8503490. OLE color: 8503490.
HSL color Cylindrical-coordinate representation of color #C2C081: hue angle of 58.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2C081 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 129 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.24 |
| HSL | 58.15º | 0.35% | 0.63% | - |
| HSV(B) | 58.15º | 0.34% | 0.76% | - |
| XYZ | 45.06 | 50.75 | 28.19 | - |
| YUV | 185.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 129 | 0 | 0.01 | 0.34 | 0.24 | 58.15 | 0.35 | 0.63 |
| Hex | C2 | C0 | 81 | 0 | 1 | 22 | 18 | 3A | 23 | 3F |
| Octal | 302 | 300 | 201 | 0 | 1 | 42 | 30 | 72 | 43 | 77 |
| Binary | 11000010 | 11000000 | 10000001 | 0 | 1 | 100010 | 11000 | 111010 | 100011 | 111111 |
Color Harmonies of #C2C081
Complementary color
Monochromatic Colors of #C2C081
Black with #C2C081
Text Example
Text Example
White with #C2C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C081; }
p { color: rgb(194,192,129); }
H1.HeaderClassName
{
color: #C2C081;
}
.AnyTagClassName
{
color: #C2C081;
}
</style>
background-color css
<style>
a { background-color: #C2C081; }
a { background-color: rgb(194,192,129); }
div.DivClassName
{
background-color: #C2C081;
}
.BgClassName
{
background-color: #C2C081;
}
</style>
border-color css
<style>
span { border-color: #C2C081; }
span { border-color: rgb(194,192,129); }
td.TdClassName
{
border-color: #C2C081;
}
.TagClassName
{
border-color: #C2C081;
}
</style>