Shades of Pine Glade #C2C083
Tints of Pine Glade #C2C083
RGB
CMYK
RGB Variations
Color information
#C2C083 (or 0xC2C083) is known color: Pine Glade. HEX triplet: C2, C0 and 83. RGB value is (194,192,131). Sum of RGB (Red+Green+Blue) = 194+192+131=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C083 is #3D3F7C. Grayscale: #B9B9B9. Windows color (decimal): -4013949 or 8634562. OLE color: 8634562.
HSL color Cylindrical-coordinate representation of color #C2C083: hue angle of 58.1º 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 #C2C083 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 131 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.24 |
| HSL | 58.1º | 0.34% | 0.64% | - |
| HSV(B) | 58.1º | 0.32% | 0.76% | - |
| XYZ | 45.19 | 50.81 | 28.9 | - |
| YUV | 185.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 131 | 0 | 0.01 | 0.32 | 0.24 | 58.1 | 0.34 | 0.64 |
| Hex | C2 | C0 | 83 | 0 | 1 | 20 | 18 | 3A | 22 | 40 |
| Octal | 302 | 300 | 203 | 0 | 1 | 40 | 30 | 72 | 42 | 100 |
| Binary | 11000010 | 11000000 | 10000011 | 0 | 1 | 100000 | 11000 | 111010 | 100010 | 1000000 |
Color Harmonies of #C2C083
Complementary color
Monochromatic Colors of #C2C083
Black with #C2C083
Text Example
Text Example
White with #C2C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C083; }
p { color: rgb(194,192,131); }
H1.HeaderClassName
{
color: #C2C083;
}
.AnyTagClassName
{
color: #C2C083;
}
</style>
background-color css
<style>
a { background-color: #C2C083; }
a { background-color: rgb(194,192,131); }
div.DivClassName
{
background-color: #C2C083;
}
.BgClassName
{
background-color: #C2C083;
}
</style>
border-color css
<style>
span { border-color: #C2C083; }
span { border-color: rgb(194,192,131); }
td.TdClassName
{
border-color: #C2C083;
}
.TagClassName
{
border-color: #C2C083;
}
</style>