Shades of Pine Glade #C1C97C
Tints of Pine Glade #C1C97C
RGB
CMYK
RGB Variations
Color information
#C1C97C (or 0xC1C97C) is known color: Pine Glade. HEX triplet: C1, C9 and 7C. RGB value is (193,201,124). Sum of RGB (Red+Green+Blue) = 193+201+124=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C97C is #3E3683. Grayscale: #BEBEBE. Windows color (decimal): -4077188 or 8178113. OLE color: 8178113.
HSL color Cylindrical-coordinate representation of color #C1C97C: hue angle of 66.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C97C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 124 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.21 |
| HSL | 66.23º | 0.42% | 0.64% | - |
| HSV(B) | 66.23º | 0.38% | 0.79% | - |
| XYZ | 46.52 | 54.57 | 27.15 | - |
| YUV | 189.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 124 | 0.04 | 0 | 0.38 | 0.21 | 66.23 | 0.42 | 0.64 |
| Hex | C1 | C9 | 7C | 4 | 0 | 26 | 15 | 42 | 2A | 40 |
| Octal | 301 | 311 | 174 | 4 | 0 | 46 | 25 | 102 | 52 | 100 |
| Binary | 11000001 | 11001001 | 1111100 | 100 | 0 | 100110 | 10101 | 1000010 | 101010 | 1000000 |
Color Harmonies of #C1C97C
Complementary color
Monochromatic Colors of #C1C97C
Black with #C1C97C
Text Example
Text Example
White with #C1C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C97C; }
p { color: rgb(193,201,124); }
H1.HeaderClassName
{
color: #C1C97C;
}
.AnyTagClassName
{
color: #C1C97C;
}
</style>
background-color css
<style>
a { background-color: #C1C97C; }
a { background-color: rgb(193,201,124); }
div.DivClassName
{
background-color: #C1C97C;
}
.BgClassName
{
background-color: #C1C97C;
}
</style>
border-color css
<style>
span { border-color: #C1C97C; }
span { border-color: rgb(193,201,124); }
td.TdClassName
{
border-color: #C1C97C;
}
.TagClassName
{
border-color: #C1C97C;
}
</style>