Shades of Pine Glade #C3C184
Tints of Pine Glade #C3C184
RGB
CMYK
RGB Variations
Color information
#C3C184 (or 0xC3C184) is known color: Pine Glade. HEX triplet: C3, C1 and 84. RGB value is (195,193,132). Sum of RGB (Red+Green+Blue) = 195+193+132=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C184 is #3C3E7B. Grayscale: #BABABA. Windows color (decimal): -3948156 or 8700355. OLE color: 8700355.
HSL color Cylindrical-coordinate representation of color #C3C184: hue angle of 58.1º 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 #C3C184 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 132 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.24 |
| HSL | 58.1º | 0.34% | 0.64% | - |
| HSV(B) | 58.1º | 0.32% | 0.76% | - |
| XYZ | 45.74 | 51.41 | 29.34 | - |
| YUV | 186.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 132 | 0 | 0.01 | 0.32 | 0.24 | 58.1 | 0.34 | 0.64 |
| Hex | C3 | C1 | 84 | 0 | 1 | 20 | 18 | 3A | 22 | 40 |
| Octal | 303 | 301 | 204 | 0 | 1 | 40 | 30 | 72 | 42 | 100 |
| Binary | 11000011 | 11000001 | 10000100 | 0 | 1 | 100000 | 11000 | 111010 | 100010 | 1000000 |
Color Harmonies of #C3C184
Complementary color
Monochromatic Colors of #C3C184
Black with #C3C184
Text Example
Text Example
White with #C3C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C184; }
p { color: rgb(195,193,132); }
H1.HeaderClassName
{
color: #C3C184;
}
.AnyTagClassName
{
color: #C3C184;
}
</style>
background-color css
<style>
a { background-color: #C3C184; }
a { background-color: rgb(195,193,132); }
div.DivClassName
{
background-color: #C3C184;
}
.BgClassName
{
background-color: #C3C184;
}
</style>
border-color css
<style>
span { border-color: #C3C184; }
span { border-color: rgb(195,193,132); }
td.TdClassName
{
border-color: #C3C184;
}
.TagClassName
{
border-color: #C3C184;
}
</style>