Shades of Pine Glade #C3C581
Tints of Pine Glade #C3C581
RGB
CMYK
RGB Variations
Color information
#C3C581 (or 0xC3C581) is known color: Pine Glade. HEX triplet: C3, C5 and 81. RGB value is (195,197,129). Sum of RGB (Red+Green+Blue) = 195+197+129=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C581 is #3C3A7E. Grayscale: #BCBCBC. Windows color (decimal): -3947135 or 8504771. OLE color: 8504771.
HSL color Cylindrical-coordinate representation of color #C3C581: hue angle of 61.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3C581 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 129 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.23 |
| HSL | 61.76º | 0.37% | 0.64% | - |
| HSV(B) | 61.76º | 0.35% | 0.77% | - |
| XYZ | 46.43 | 53.12 | 28.57 | - |
| YUV | 188.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 129 | 0.01 | 0 | 0.35 | 0.23 | 61.76 | 0.37 | 0.64 |
| Hex | C3 | C5 | 81 | 1 | 0 | 23 | 17 | 3E | 25 | 40 |
| Octal | 303 | 305 | 201 | 1 | 0 | 43 | 27 | 76 | 45 | 100 |
| Binary | 11000011 | 11000101 | 10000001 | 1 | 0 | 100011 | 10111 | 111110 | 100101 | 1000000 |
Color Harmonies of #C3C581
Complementary color
Monochromatic Colors of #C3C581
Black with #C3C581
Text Example
Text Example
White with #C3C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C581; }
p { color: rgb(195,197,129); }
H1.HeaderClassName
{
color: #C3C581;
}
.AnyTagClassName
{
color: #C3C581;
}
</style>
background-color css
<style>
a { background-color: #C3C581; }
a { background-color: rgb(195,197,129); }
div.DivClassName
{
background-color: #C3C581;
}
.BgClassName
{
background-color: #C3C581;
}
</style>
border-color css
<style>
span { border-color: #C3C581; }
span { border-color: rgb(195,197,129); }
td.TdClassName
{
border-color: #C3C581;
}
.TagClassName
{
border-color: #C3C581;
}
</style>