Shades of Pine Glade #C1C077
Tints of Pine Glade #C1C077
RGB
CMYK
RGB Variations
Color information
#C1C077 (or 0xC1C077) is known color: Pine Glade. HEX triplet: C1, C0 and 77. RGB value is (193,192,119). Sum of RGB (Red+Green+Blue) = 193+192+119=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C077 is #3E3F88. Grayscale: #B8B8B8. Windows color (decimal): -4079497 or 7848129. OLE color: 7848129.
HSL color Cylindrical-coordinate representation of color #C1C077: hue angle of 59.19º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C077 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 119 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.24 |
| HSL | 59.19º | 0.37% | 0.61% | - |
| HSV(B) | 59.19º | 0.38% | 0.76% | - |
| XYZ | 44.17 | 50.37 | 24.85 | - |
| YUV | 183.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 119 | 0 | 0.01 | 0.38 | 0.24 | 59.19 | 0.37 | 0.61 |
| Hex | C1 | C0 | 77 | 0 | 1 | 26 | 18 | 3B | 25 | 3D |
| Octal | 301 | 300 | 167 | 0 | 1 | 46 | 30 | 73 | 45 | 75 |
| Binary | 11000001 | 11000000 | 1110111 | 0 | 1 | 100110 | 11000 | 111011 | 100101 | 111101 |
Color Harmonies of #C1C077
Complementary color
Monochromatic Colors of #C1C077
Black with #C1C077
Text Example
Text Example
White with #C1C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C077; }
p { color: rgb(193,192,119); }
H1.HeaderClassName
{
color: #C1C077;
}
.AnyTagClassName
{
color: #C1C077;
}
</style>
background-color css
<style>
a { background-color: #C1C077; }
a { background-color: rgb(193,192,119); }
div.DivClassName
{
background-color: #C1C077;
}
.BgClassName
{
background-color: #C1C077;
}
</style>
border-color css
<style>
span { border-color: #C1C077; }
span { border-color: rgb(193,192,119); }
td.TdClassName
{
border-color: #C1C077;
}
.TagClassName
{
border-color: #C1C077;
}
</style>