Shades of Pine Glade #C4C580
Tints of Pine Glade #C4C580
RGB
CMYK
RGB Variations
Color information
#C4C580 (or 0xC4C580) is known color: Pine Glade. HEX triplet: C4, C5 and 80. RGB value is (196,197,128). Sum of RGB (Red+Green+Blue) = 196+197+128=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C580 is #3B3A7F. Grayscale: #BDBDBD. Windows color (decimal): -3881600 or 8439236. OLE color: 8439236.
HSL color Cylindrical-coordinate representation of color #C4C580: hue angle of 60.87º 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 #C4C580 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 128 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.23 |
| HSL | 60.87º | 0.37% | 0.64% | - |
| HSV(B) | 60.87º | 0.35% | 0.77% | - |
| XYZ | 46.63 | 53.23 | 28.24 | - |
| YUV | 188.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 128 | 0.01 | 0 | 0.35 | 0.23 | 60.87 | 0.37 | 0.64 |
| Hex | C4 | C5 | 80 | 1 | 0 | 23 | 17 | 3D | 25 | 40 |
| Octal | 304 | 305 | 200 | 1 | 0 | 43 | 27 | 75 | 45 | 100 |
| Binary | 11000100 | 11000101 | 10000000 | 1 | 0 | 100011 | 10111 | 111101 | 100101 | 1000000 |
Color Harmonies of #C4C580
Complementary color
Monochromatic Colors of #C4C580
Black with #C4C580
Text Example
Text Example
White with #C4C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C580; }
p { color: rgb(196,197,128); }
H1.HeaderClassName
{
color: #C4C580;
}
.AnyTagClassName
{
color: #C4C580;
}
</style>
background-color css
<style>
a { background-color: #C4C580; }
a { background-color: rgb(196,197,128); }
div.DivClassName
{
background-color: #C4C580;
}
.BgClassName
{
background-color: #C4C580;
}
</style>
border-color css
<style>
span { border-color: #C4C580; }
span { border-color: rgb(196,197,128); }
td.TdClassName
{
border-color: #C4C580;
}
.TagClassName
{
border-color: #C4C580;
}
</style>