Shades of Pine Glade #C4C080
Tints of Pine Glade #C4C080
RGB
CMYK
RGB Variations
Color information
#C4C080 (or 0xC4C080) is known color: Pine Glade. HEX triplet: C4, C0 and 80. RGB value is (196,192,128). Sum of RGB (Red+Green+Blue) = 196+192+128=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C080 is #3B3F7F. Grayscale: #BABABA. Windows color (decimal): -3882880 or 8437956. OLE color: 8437956.
HSL color Cylindrical-coordinate representation of color #C4C080: hue angle of 56.47º 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 #C4C080 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 128 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.23 |
| HSL | 56.47º | 0.37% | 0.64% | - |
| HSV(B) | 56.47º | 0.35% | 0.77% | - |
| XYZ | 45.51 | 50.99 | 27.87 | - |
| YUV | 185.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 128 | 0 | 0.02 | 0.35 | 0.23 | 56.47 | 0.37 | 0.64 |
| Hex | C4 | C0 | 80 | 0 | 2 | 23 | 17 | 38 | 25 | 40 |
| Octal | 304 | 300 | 200 | 0 | 2 | 43 | 27 | 70 | 45 | 100 |
| Binary | 11000100 | 11000000 | 10000000 | 0 | 10 | 100011 | 10111 | 111000 | 100101 | 1000000 |
Color Harmonies of #C4C080
Complementary color
Monochromatic Colors of #C4C080
Black with #C4C080
Text Example
Text Example
White with #C4C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C080; }
p { color: rgb(196,192,128); }
H1.HeaderClassName
{
color: #C4C080;
}
.AnyTagClassName
{
color: #C4C080;
}
</style>
background-color css
<style>
a { background-color: #C4C080; }
a { background-color: rgb(196,192,128); }
div.DivClassName
{
background-color: #C4C080;
}
.BgClassName
{
background-color: #C4C080;
}
</style>
border-color css
<style>
span { border-color: #C4C080; }
span { border-color: rgb(196,192,128); }
td.TdClassName
{
border-color: #C4C080;
}
.TagClassName
{
border-color: #C4C080;
}
</style>