Shades of Pine Glade #C7C175
Tints of Pine Glade #C7C175
RGB
CMYK
RGB Variations
Color information
#C7C175 (or 0xC7C175) is known color: Pine Glade. HEX triplet: C7, C1 and 75. RGB value is (199,193,117). Sum of RGB (Red+Green+Blue) = 199+193+117=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C175 is #383E8A. Grayscale: #BABABA. Windows color (decimal): -3686027 or 7717319. OLE color: 7717319.
HSL color Cylindrical-coordinate representation of color #C7C175: hue angle of 55.61º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7C175 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 117 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.22 |
| HSL | 55.61º | 0.42% | 0.62% | - |
| HSV(B) | 55.61º | 0.41% | 0.78% | - |
| XYZ | 45.83 | 51.57 | 24.37 | - |
| YUV | 186.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 117 | 0 | 0.03 | 0.41 | 0.22 | 55.61 | 0.42 | 0.62 |
| Hex | C7 | C1 | 75 | 0 | 3 | 29 | 16 | 38 | 2A | 3E |
| Octal | 307 | 301 | 165 | 0 | 3 | 51 | 26 | 70 | 52 | 76 |
| Binary | 11000111 | 11000001 | 1110101 | 0 | 11 | 101001 | 10110 | 111000 | 101010 | 111110 |
Color Harmonies of #C7C175
Complementary color
Monochromatic Colors of #C7C175
Black with #C7C175
Text Example
Text Example
White with #C7C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C175; }
p { color: rgb(199,193,117); }
H1.HeaderClassName
{
color: #C7C175;
}
.AnyTagClassName
{
color: #C7C175;
}
</style>
background-color css
<style>
a { background-color: #C7C175; }
a { background-color: rgb(199,193,117); }
div.DivClassName
{
background-color: #C7C175;
}
.BgClassName
{
background-color: #C7C175;
}
</style>
border-color css
<style>
span { border-color: #C7C175; }
span { border-color: rgb(199,193,117); }
td.TdClassName
{
border-color: #C7C175;
}
.TagClassName
{
border-color: #C7C175;
}
</style>