Shades of Pine Glade #C5C174
Tints of Pine Glade #C5C174
RGB
CMYK
RGB Variations
Color information
#C5C174 (or 0xC5C174) is known color: Pine Glade. HEX triplet: C5, C1 and 74. RGB value is (197,193,116). Sum of RGB (Red+Green+Blue) = 197+193+116=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C174 is #3A3E8B. Grayscale: #B9B9B9. Windows color (decimal): -3817100 or 7651781. OLE color: 7651781.
HSL color Cylindrical-coordinate representation of color #C5C174: hue angle of 57.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5C174 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 116 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.23 |
| HSL | 57.04º | 0.41% | 0.61% | - |
| HSV(B) | 57.04º | 0.41% | 0.77% | - |
| XYZ | 45.25 | 51.27 | 24.03 | - |
| YUV | 185.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 116 | 0 | 0.02 | 0.41 | 0.23 | 57.04 | 0.41 | 0.61 |
| Hex | C5 | C1 | 74 | 0 | 2 | 29 | 17 | 39 | 29 | 3D |
| Octal | 305 | 301 | 164 | 0 | 2 | 51 | 27 | 71 | 51 | 75 |
| Binary | 11000101 | 11000001 | 1110100 | 0 | 10 | 101001 | 10111 | 111001 | 101001 | 111101 |
Color Harmonies of #C5C174
Complementary color
Monochromatic Colors of #C5C174
Black with #C5C174
Text Example
Text Example
White with #C5C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C174; }
p { color: rgb(197,193,116); }
H1.HeaderClassName
{
color: #C5C174;
}
.AnyTagClassName
{
color: #C5C174;
}
</style>
background-color css
<style>
a { background-color: #C5C174; }
a { background-color: rgb(197,193,116); }
div.DivClassName
{
background-color: #C5C174;
}
.BgClassName
{
background-color: #C5C174;
}
</style>
border-color css
<style>
span { border-color: #C5C174; }
span { border-color: rgb(197,193,116); }
td.TdClassName
{
border-color: #C5C174;
}
.TagClassName
{
border-color: #C5C174;
}
</style>