Shades of Pine Glade #C5C182
Tints of Pine Glade #C5C182
RGB
CMYK
RGB Variations
Color information
#C5C182 (or 0xC5C182) is known color: Pine Glade. HEX triplet: C5, C1 and 82. RGB value is (197,193,130). Sum of RGB (Red+Green+Blue) = 197+193+130=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C182 is #3A3E7D. Grayscale: #BBBBBB. Windows color (decimal): -3817086 or 8569285. OLE color: 8569285.
HSL color Cylindrical-coordinate representation of color #C5C182: hue angle of 56.42º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5C182 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 130 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.23 |
| HSL | 56.42º | 0.37% | 0.64% | - |
| HSV(B) | 56.42º | 0.34% | 0.77% | - |
| XYZ | 46.13 | 51.62 | 28.65 | - |
| YUV | 187.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 130 | 0 | 0.02 | 0.34 | 0.23 | 56.42 | 0.37 | 0.64 |
| Hex | C5 | C1 | 82 | 0 | 2 | 22 | 17 | 38 | 25 | 40 |
| Octal | 305 | 301 | 202 | 0 | 2 | 42 | 27 | 70 | 45 | 100 |
| Binary | 11000101 | 11000001 | 10000010 | 0 | 10 | 100010 | 10111 | 111000 | 100101 | 1000000 |
Color Harmonies of #C5C182
Complementary color
Monochromatic Colors of #C5C182
Black with #C5C182
Text Example
Text Example
White with #C5C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C182; }
p { color: rgb(197,193,130); }
H1.HeaderClassName
{
color: #C5C182;
}
.AnyTagClassName
{
color: #C5C182;
}
</style>
background-color css
<style>
a { background-color: #C5C182; }
a { background-color: rgb(197,193,130); }
div.DivClassName
{
background-color: #C5C182;
}
.BgClassName
{
background-color: #C5C182;
}
</style>
border-color css
<style>
span { border-color: #C5C182; }
span { border-color: rgb(197,193,130); }
td.TdClassName
{
border-color: #C5C182;
}
.TagClassName
{
border-color: #C5C182;
}
</style>