Shades of Pine Glade #C1C175
Tints of Pine Glade #C1C175
RGB
CMYK
RGB Variations
Color information
#C1C175 (or 0xC1C175) is known color: Pine Glade. HEX triplet: C1, C1 and 75. RGB value is (193,193,117). Sum of RGB (Red+Green+Blue) = 193+193+117=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C175 is #3E3E8A. Grayscale: #B8B8B8. Windows color (decimal): -4079243 or 7717313. OLE color: 7717313.
HSL color Cylindrical-coordinate representation of color #C1C175: 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.39%. Process color model (Four color, CMYK) of #C1C175 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 117 | - |
| CMYK | 0 | 0 | 0.39 | 0.24 |
| HSL | 60º | 0.38% | 0.61% | - |
| HSV(B) | 60º | 0.39% | 0.76% | - |
| XYZ | 44.27 | 50.76 | 24.29 | - |
| YUV | 184.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 117 | 0 | 0 | 0.39 | 0.24 | 60 | 0.38 | 0.61 |
| Hex | C1 | C1 | 75 | 0 | 0 | 27 | 18 | 3C | 26 | 3D |
| Octal | 301 | 301 | 165 | 0 | 0 | 47 | 30 | 74 | 46 | 75 |
| Binary | 11000001 | 11000001 | 1110101 | 0 | 0 | 100111 | 11000 | 111100 | 100110 | 111101 |
Color Harmonies of #C1C175
Complementary color
Monochromatic Colors of #C1C175
Black with #C1C175
Text Example
Text Example
White with #C1C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C175; }
p { color: rgb(193,193,117); }
H1.HeaderClassName
{
color: #C1C175;
}
.AnyTagClassName
{
color: #C1C175;
}
</style>
background-color css
<style>
a { background-color: #C1C175; }
a { background-color: rgb(193,193,117); }
div.DivClassName
{
background-color: #C1C175;
}
.BgClassName
{
background-color: #C1C175;
}
</style>
border-color css
<style>
span { border-color: #C1C175; }
span { border-color: rgb(193,193,117); }
td.TdClassName
{
border-color: #C1C175;
}
.TagClassName
{
border-color: #C1C175;
}
</style>