Shades of Pine Glade #C3C179
Tints of Pine Glade #C3C179
RGB
CMYK
RGB Variations
Color information
#C3C179 (or 0xC3C179) is known color: Pine Glade. HEX triplet: C3, C1 and 79. RGB value is (195,193,121). Sum of RGB (Red+Green+Blue) = 195+193+121=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C179 is #3C3E86. Grayscale: #B9B9B9. Windows color (decimal): -3948167 or 7979459. OLE color: 7979459.
HSL color Cylindrical-coordinate representation of color #C3C179: hue angle of 58.38º degrees, saturation: 0.38, 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 #C3C179 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 121 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.24 |
| HSL | 58.38º | 0.38% | 0.62% | - |
| HSV(B) | 58.38º | 0.38% | 0.76% | - |
| XYZ | 45.03 | 51.12 | 25.58 | - |
| YUV | 185.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 121 | 0 | 0.01 | 0.38 | 0.24 | 58.38 | 0.38 | 0.62 |
| Hex | C3 | C1 | 79 | 0 | 1 | 26 | 18 | 3A | 26 | 3E |
| Octal | 303 | 301 | 171 | 0 | 1 | 46 | 30 | 72 | 46 | 76 |
| Binary | 11000011 | 11000001 | 1111001 | 0 | 1 | 100110 | 11000 | 111010 | 100110 | 111110 |
Color Harmonies of #C3C179
Complementary color
Monochromatic Colors of #C3C179
Black with #C3C179
Text Example
Text Example
White with #C3C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C179; }
p { color: rgb(195,193,121); }
H1.HeaderClassName
{
color: #C3C179;
}
.AnyTagClassName
{
color: #C3C179;
}
</style>
background-color css
<style>
a { background-color: #C3C179; }
a { background-color: rgb(195,193,121); }
div.DivClassName
{
background-color: #C3C179;
}
.BgClassName
{
background-color: #C3C179;
}
</style>
border-color css
<style>
span { border-color: #C3C179; }
span { border-color: rgb(195,193,121); }
td.TdClassName
{
border-color: #C3C179;
}
.TagClassName
{
border-color: #C3C179;
}
</style>