Shades of Pine Glade #C5C282
Tints of Pine Glade #C5C282
RGB
CMYK
RGB Variations
Color information
#C5C282 (or 0xC5C282) is known color: Pine Glade. HEX triplet: C5, C2 and 82. RGB value is (197,194,130). Sum of RGB (Red+Green+Blue) = 197+194+130=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C282 is #3A3D7D. Grayscale: #BBBBBB. Windows color (decimal): -3816830 or 8569541. OLE color: 8569541.
HSL color Cylindrical-coordinate representation of color #C5C282: hue angle of 57.31º 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 #C5C282 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 130 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.23 |
| HSL | 57.31º | 0.37% | 0.64% | - |
| HSV(B) | 57.31º | 0.34% | 0.77% | - |
| XYZ | 46.35 | 52.07 | 28.73 | - |
| YUV | 187.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 130 | 0 | 0.02 | 0.34 | 0.23 | 57.31 | 0.37 | 0.64 |
| Hex | C5 | C2 | 82 | 0 | 2 | 22 | 17 | 39 | 25 | 40 |
| Octal | 305 | 302 | 202 | 0 | 2 | 42 | 27 | 71 | 45 | 100 |
| Binary | 11000101 | 11000010 | 10000010 | 0 | 10 | 100010 | 10111 | 111001 | 100101 | 1000000 |
Color Harmonies of #C5C282
Complementary color
Monochromatic Colors of #C5C282
Black with #C5C282
Text Example
Text Example
White with #C5C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C282; }
p { color: rgb(197,194,130); }
H1.HeaderClassName
{
color: #C5C282;
}
.AnyTagClassName
{
color: #C5C282;
}
</style>
background-color css
<style>
a { background-color: #C5C282; }
a { background-color: rgb(197,194,130); }
div.DivClassName
{
background-color: #C5C282;
}
.BgClassName
{
background-color: #C5C282;
}
</style>
border-color css
<style>
span { border-color: #C5C282; }
span { border-color: rgb(197,194,130); }
td.TdClassName
{
border-color: #C5C282;
}
.TagClassName
{
border-color: #C5C282;
}
</style>