Shades of Pine Glade #C1C174
Tints of Pine Glade #C1C174
RGB
CMYK
RGB Variations
Color information
#C1C174 (or 0xC1C174) is known color: Pine Glade. HEX triplet: C1, C1 and 74. RGB value is (193,193,116). Sum of RGB (Red+Green+Blue) = 193+193+116=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C174 is #3E3E8B. Grayscale: #B8B8B8. Windows color (decimal): -4079244 or 7651777. OLE color: 7651777.
HSL color Cylindrical-coordinate representation of color #C1C174: hue angle of 60º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1C174 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 116 | - |
| CMYK | 0 | 0 | 0.40 | 0.24 |
| HSL | 60º | 0.38% | 0.61% | - |
| HSV(B) | 60º | 0.4% | 0.76% | - |
| XYZ | 44.21 | 50.74 | 23.99 | - |
| YUV | 184.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 116 | 0 | 0 | 0.40 | 0.24 | 60 | 0.38 | 0.61 |
| Hex | C1 | C1 | 74 | 0 | 0 | 28 | 18 | 3C | 26 | 3D |
| Octal | 301 | 301 | 164 | 0 | 0 | 50 | 30 | 74 | 46 | 75 |
| Binary | 11000001 | 11000001 | 1110100 | 0 | 0 | 101000 | 11000 | 111100 | 100110 | 111101 |
Color Harmonies of #C1C174
Complementary color
Monochromatic Colors of #C1C174
Black with #C1C174
Text Example
Text Example
White with #C1C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C174; }
p { color: rgb(193,193,116); }
H1.HeaderClassName
{
color: #C1C174;
}
.AnyTagClassName
{
color: #C1C174;
}
</style>
background-color css
<style>
a { background-color: #C1C174; }
a { background-color: rgb(193,193,116); }
div.DivClassName
{
background-color: #C1C174;
}
.BgClassName
{
background-color: #C1C174;
}
</style>
border-color css
<style>
span { border-color: #C1C174; }
span { border-color: rgb(193,193,116); }
td.TdClassName
{
border-color: #C1C174;
}
.TagClassName
{
border-color: #C1C174;
}
</style>