Shades of Pine Glade #C1C279
Tints of Pine Glade #C1C279
RGB
CMYK
RGB Variations
Color information
#C1C279 (or 0xC1C279) is known color: Pine Glade. HEX triplet: C1, C2 and 79. RGB value is (193,194,121). Sum of RGB (Red+Green+Blue) = 193+194+121=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C279 is #3E3D86. Grayscale: #B9B9B9. Windows color (decimal): -4078983 or 7979713. OLE color: 7979713.
HSL color Cylindrical-coordinate representation of color #C1C279: hue angle of 60.82º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C279 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 121 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.24 |
| HSL | 60.82º | 0.37% | 0.62% | - |
| HSV(B) | 60.82º | 0.38% | 0.76% | - |
| XYZ | 44.74 | 51.3 | 25.63 | - |
| YUV | 185.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 121 | 0.01 | 0 | 0.38 | 0.24 | 60.82 | 0.37 | 0.62 |
| Hex | C1 | C2 | 79 | 1 | 0 | 26 | 18 | 3D | 25 | 3E |
| Octal | 301 | 302 | 171 | 1 | 0 | 46 | 30 | 75 | 45 | 76 |
| Binary | 11000001 | 11000010 | 1111001 | 1 | 0 | 100110 | 11000 | 111101 | 100101 | 111110 |
Color Harmonies of #C1C279
Complementary color
Monochromatic Colors of #C1C279
Black with #C1C279
Text Example
Text Example
White with #C1C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C279; }
p { color: rgb(193,194,121); }
H1.HeaderClassName
{
color: #C1C279;
}
.AnyTagClassName
{
color: #C1C279;
}
</style>
background-color css
<style>
a { background-color: #C1C279; }
a { background-color: rgb(193,194,121); }
div.DivClassName
{
background-color: #C1C279;
}
.BgClassName
{
background-color: #C1C279;
}
</style>
border-color css
<style>
span { border-color: #C1C279; }
span { border-color: rgb(193,194,121); }
td.TdClassName
{
border-color: #C1C279;
}
.TagClassName
{
border-color: #C1C279;
}
</style>