Shades of Pine Glade #C3C582
Tints of Pine Glade #C3C582
RGB
CMYK
RGB Variations
Color information
#C3C582 (or 0xC3C582) is known color: Pine Glade. HEX triplet: C3, C5 and 82. RGB value is (195,197,130). Sum of RGB (Red+Green+Blue) = 195+197+130=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C582 is #3C3A7D. Grayscale: #BDBDBD. Windows color (decimal): -3947134 or 8570307. OLE color: 8570307.
HSL color Cylindrical-coordinate representation of color #C3C582: hue angle of 61.79º 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 #C3C582 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 130 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.23 |
| HSL | 61.79º | 0.37% | 0.64% | - |
| HSV(B) | 61.79º | 0.34% | 0.77% | - |
| XYZ | 46.5 | 53.15 | 28.93 | - |
| YUV | 188.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 130 | 0.01 | 0 | 0.34 | 0.23 | 61.79 | 0.37 | 0.64 |
| Hex | C3 | C5 | 82 | 1 | 0 | 22 | 17 | 3E | 25 | 40 |
| Octal | 303 | 305 | 202 | 1 | 0 | 42 | 27 | 76 | 45 | 100 |
| Binary | 11000011 | 11000101 | 10000010 | 1 | 0 | 100010 | 10111 | 111110 | 100101 | 1000000 |
Color Harmonies of #C3C582
Complementary color
Monochromatic Colors of #C3C582
Black with #C3C582
Text Example
Text Example
White with #C3C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C582; }
p { color: rgb(195,197,130); }
H1.HeaderClassName
{
color: #C3C582;
}
.AnyTagClassName
{
color: #C3C582;
}
</style>
background-color css
<style>
a { background-color: #C3C582; }
a { background-color: rgb(195,197,130); }
div.DivClassName
{
background-color: #C3C582;
}
.BgClassName
{
background-color: #C3C582;
}
</style>
border-color css
<style>
span { border-color: #C3C582; }
span { border-color: rgb(195,197,130); }
td.TdClassName
{
border-color: #C3C582;
}
.TagClassName
{
border-color: #C3C582;
}
</style>