Shades of Pine Glade #C3C084
Tints of Pine Glade #C3C084
RGB
CMYK
RGB Variations
Color information
#C3C084 (or 0xC3C084) is known color: Pine Glade. HEX triplet: C3, C0 and 84. RGB value is (195,192,132). Sum of RGB (Red+Green+Blue) = 195+192+132=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C084 is #3C3F7B. Grayscale: #BABABA. Windows color (decimal): -3948412 or 8700099. OLE color: 8700099.
HSL color Cylindrical-coordinate representation of color #C3C084: hue angle of 57.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3C084 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 132 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.24 |
| HSL | 57.14º | 0.34% | 0.64% | - |
| HSV(B) | 57.14º | 0.32% | 0.76% | - |
| XYZ | 45.52 | 50.97 | 29.27 | - |
| YUV | 186.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 132 | 0 | 0.02 | 0.32 | 0.24 | 57.14 | 0.34 | 0.64 |
| Hex | C3 | C0 | 84 | 0 | 2 | 20 | 18 | 39 | 22 | 40 |
| Octal | 303 | 300 | 204 | 0 | 2 | 40 | 30 | 71 | 42 | 100 |
| Binary | 11000011 | 11000000 | 10000100 | 0 | 10 | 100000 | 11000 | 111001 | 100010 | 1000000 |
Color Harmonies of #C3C084
Complementary color
Monochromatic Colors of #C3C084
Black with #C3C084
Text Example
Text Example
White with #C3C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C084; }
p { color: rgb(195,192,132); }
H1.HeaderClassName
{
color: #C3C084;
}
.AnyTagClassName
{
color: #C3C084;
}
</style>
background-color css
<style>
a { background-color: #C3C084; }
a { background-color: rgb(195,192,132); }
div.DivClassName
{
background-color: #C3C084;
}
.BgClassName
{
background-color: #C3C084;
}
</style>
border-color css
<style>
span { border-color: #C3C084; }
span { border-color: rgb(195,192,132); }
td.TdClassName
{
border-color: #C3C084;
}
.TagClassName
{
border-color: #C3C084;
}
</style>