Shades of Pine Glade #C2C675
Tints of Pine Glade #C2C675
RGB
CMYK
RGB Variations
Color information
#C2C675 (or 0xC2C675) is known color: Pine Glade. HEX triplet: C2, C6 and 75. RGB value is (194,198,117). Sum of RGB (Red+Green+Blue) = 194+198+117=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C675 is #3D398A. Grayscale: #BBBBBB. Windows color (decimal): -4012427 or 7718594. OLE color: 7718594.
HSL color Cylindrical-coordinate representation of color #C2C675: hue angle of 62.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2C675 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 117 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.22 |
| HSL | 62.96º | 0.42% | 0.62% | - |
| HSV(B) | 62.96º | 0.41% | 0.78% | - |
| XYZ | 45.65 | 53.14 | 24.68 | - |
| YUV | 187.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 117 | 0.02 | 0 | 0.41 | 0.22 | 62.96 | 0.42 | 0.62 |
| Hex | C2 | C6 | 75 | 2 | 0 | 29 | 16 | 3F | 2A | 3E |
| Octal | 302 | 306 | 165 | 2 | 0 | 51 | 26 | 77 | 52 | 76 |
| Binary | 11000010 | 11000110 | 1110101 | 10 | 0 | 101001 | 10110 | 111111 | 101010 | 111110 |
Color Harmonies of #C2C675
Complementary color
Monochromatic Colors of #C2C675
Black with #C2C675
Text Example
Text Example
White with #C2C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C675; }
p { color: rgb(194,198,117); }
H1.HeaderClassName
{
color: #C2C675;
}
.AnyTagClassName
{
color: #C2C675;
}
</style>
background-color css
<style>
a { background-color: #C2C675; }
a { background-color: rgb(194,198,117); }
div.DivClassName
{
background-color: #C2C675;
}
.BgClassName
{
background-color: #C2C675;
}
</style>
border-color css
<style>
span { border-color: #C2C675; }
span { border-color: rgb(194,198,117); }
td.TdClassName
{
border-color: #C2C675;
}
.TagClassName
{
border-color: #C2C675;
}
</style>