Shades of Pine Glade #C2C27E
Tints of Pine Glade #C2C27E
RGB
CMYK
RGB Variations
Color information
#C2C27E (or 0xC2C27E) is known color: Pine Glade. HEX triplet: C2, C2 and 7E. RGB value is (194,194,126). Sum of RGB (Red+Green+Blue) = 194+194+126=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C27E is #3D3D81. Grayscale: #BABABA. Windows color (decimal): -4013442 or 8307394. OLE color: 8307394.
HSL color Cylindrical-coordinate representation of color #C2C27E: hue angle of 60º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2C27E is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 126 | - |
| CMYK | 0 | 0 | 0.35 | 0.24 |
| HSL | 60º | 0.36% | 0.63% | - |
| HSV(B) | 60º | 0.35% | 0.76% | - |
| XYZ | 45.31 | 51.56 | 27.3 | - |
| YUV | 186.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 126 | 0 | 0 | 0.35 | 0.24 | 60 | 0.36 | 0.63 |
| Hex | C2 | C2 | 7E | 0 | 0 | 23 | 18 | 3C | 24 | 3F |
| Octal | 302 | 302 | 176 | 0 | 0 | 43 | 30 | 74 | 44 | 77 |
| Binary | 11000010 | 11000010 | 1111110 | 0 | 0 | 100011 | 11000 | 111100 | 100100 | 111111 |
Color Harmonies of #C2C27E
Complementary color
Monochromatic Colors of #C2C27E
Black with #C2C27E
Text Example
Text Example
White with #C2C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C27E; }
p { color: rgb(194,194,126); }
H1.HeaderClassName
{
color: #C2C27E;
}
.AnyTagClassName
{
color: #C2C27E;
}
</style>
background-color css
<style>
a { background-color: #C2C27E; }
a { background-color: rgb(194,194,126); }
div.DivClassName
{
background-color: #C2C27E;
}
.BgClassName
{
background-color: #C2C27E;
}
</style>
border-color css
<style>
span { border-color: #C2C27E; }
span { border-color: rgb(194,194,126); }
td.TdClassName
{
border-color: #C2C27E;
}
.TagClassName
{
border-color: #C2C27E;
}
</style>