Shades of Pine Glade #C2C371
Tints of Pine Glade #C2C371
RGB
CMYK
RGB Variations
Color information
#C2C371 (or 0xC2C371) is known color: Pine Glade. HEX triplet: C2, C3 and 71. RGB value is (194,195,113). Sum of RGB (Red+Green+Blue) = 194+195+113=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C371 is #3D3C8E. Grayscale: #B9B9B9. Windows color (decimal): -4013199 or 7455682. OLE color: 7455682.
HSL color Cylindrical-coordinate representation of color #C2C371: hue angle of 60.73º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2C371 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 113 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.24 |
| HSL | 60.73º | 0.41% | 0.6% | - |
| HSV(B) | 60.73º | 0.42% | 0.76% | - |
| XYZ | 44.74 | 51.69 | 23.24 | - |
| YUV | 185.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 113 | 0.01 | 0 | 0.42 | 0.24 | 60.73 | 0.41 | 0.6 |
| Hex | C2 | C3 | 71 | 1 | 0 | 2A | 18 | 3D | 29 | 3C |
| Octal | 302 | 303 | 161 | 1 | 0 | 52 | 30 | 75 | 51 | 74 |
| Binary | 11000010 | 11000011 | 1110001 | 1 | 0 | 101010 | 11000 | 111101 | 101001 | 111100 |
Color Harmonies of #C2C371
Complementary color
Monochromatic Colors of #C2C371
Black with #C2C371
Text Example
Text Example
White with #C2C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C371; }
p { color: rgb(194,195,113); }
H1.HeaderClassName
{
color: #C2C371;
}
.AnyTagClassName
{
color: #C2C371;
}
</style>
background-color css
<style>
a { background-color: #C2C371; }
a { background-color: rgb(194,195,113); }
div.DivClassName
{
background-color: #C2C371;
}
.BgClassName
{
background-color: #C2C371;
}
</style>
border-color css
<style>
span { border-color: #C2C371; }
span { border-color: rgb(194,195,113); }
td.TdClassName
{
border-color: #C2C371;
}
.TagClassName
{
border-color: #C2C371;
}
</style>