Shades of Pine Glade #C1C277
Tints of Pine Glade #C1C277
RGB
CMYK
RGB Variations
Color information
#C1C277 (or 0xC1C277) is known color: Pine Glade. HEX triplet: C1, C2 and 77. RGB value is (193,194,119). Sum of RGB (Red+Green+Blue) = 193+194+119=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C277 is #3E3D88. Grayscale: #B9B9B9. Windows color (decimal): -4078985 or 7848641. OLE color: 7848641.
HSL color Cylindrical-coordinate representation of color #C1C277: hue angle of 60.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1C277 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 119 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.24 |
| HSL | 60.8º | 0.38% | 0.61% | - |
| HSV(B) | 60.8º | 0.39% | 0.76% | - |
| XYZ | 44.61 | 51.25 | 24.99 | - |
| YUV | 185.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 119 | 0.01 | 0 | 0.39 | 0.24 | 60.8 | 0.38 | 0.61 |
| Hex | C1 | C2 | 77 | 1 | 0 | 27 | 18 | 3D | 26 | 3D |
| Octal | 301 | 302 | 167 | 1 | 0 | 47 | 30 | 75 | 46 | 75 |
| Binary | 11000001 | 11000010 | 1110111 | 1 | 0 | 100111 | 11000 | 111101 | 100110 | 111101 |
Color Harmonies of #C1C277
Complementary color
Monochromatic Colors of #C1C277
Black with #C1C277
Text Example
Text Example
White with #C1C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C277; }
p { color: rgb(193,194,119); }
H1.HeaderClassName
{
color: #C1C277;
}
.AnyTagClassName
{
color: #C1C277;
}
</style>
background-color css
<style>
a { background-color: #C1C277; }
a { background-color: rgb(193,194,119); }
div.DivClassName
{
background-color: #C1C277;
}
.BgClassName
{
background-color: #C1C277;
}
</style>
border-color css
<style>
span { border-color: #C1C277; }
span { border-color: rgb(193,194,119); }
td.TdClassName
{
border-color: #C1C277;
}
.TagClassName
{
border-color: #C1C277;
}
</style>