Shades of Pine Glade #C3C780
Tints of Pine Glade #C3C780
RGB
CMYK
RGB Variations
Color information
#C3C780 (or 0xC3C780) is known color: Pine Glade. HEX triplet: C3, C7 and 80. RGB value is (195,199,128). Sum of RGB (Red+Green+Blue) = 195+199+128=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C780 is #3C387F. Grayscale: #BDBDBD. Windows color (decimal): -3946624 or 8439747. OLE color: 8439747.
HSL color Cylindrical-coordinate representation of color #C3C780: hue angle of 63.38º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C780 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 128 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.22 |
| HSL | 63.38º | 0.39% | 0.64% | - |
| HSV(B) | 63.38º | 0.36% | 0.78% | - |
| XYZ | 46.83 | 54.01 | 28.38 | - |
| YUV | 189.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 128 | 0.02 | 0 | 0.36 | 0.22 | 63.38 | 0.39 | 0.64 |
| Hex | C3 | C7 | 80 | 2 | 0 | 24 | 16 | 3F | 27 | 40 |
| Octal | 303 | 307 | 200 | 2 | 0 | 44 | 26 | 77 | 47 | 100 |
| Binary | 11000011 | 11000111 | 10000000 | 10 | 0 | 100100 | 10110 | 111111 | 100111 | 1000000 |
Color Harmonies of #C3C780
Complementary color
Monochromatic Colors of #C3C780
Black with #C3C780
Text Example
Text Example
White with #C3C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C780; }
p { color: rgb(195,199,128); }
H1.HeaderClassName
{
color: #C3C780;
}
.AnyTagClassName
{
color: #C3C780;
}
</style>
background-color css
<style>
a { background-color: #C3C780; }
a { background-color: rgb(195,199,128); }
div.DivClassName
{
background-color: #C3C780;
}
.BgClassName
{
background-color: #C3C780;
}
</style>
border-color css
<style>
span { border-color: #C3C780; }
span { border-color: rgb(195,199,128); }
td.TdClassName
{
border-color: #C3C780;
}
.TagClassName
{
border-color: #C3C780;
}
</style>