Shades of Pine Glade #C3C18A
Tints of Pine Glade #C3C18A
RGB
CMYK
RGB Variations
Color information
#C3C18A (or 0xC3C18A) is known color: Pine Glade. HEX triplet: C3, C1 and 8A. RGB value is (195,193,138). Sum of RGB (Red+Green+Blue) = 195+193+138=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C18A is #3C3E75. Grayscale: #BBBBBB. Windows color (decimal): -3948150 or 9093571. OLE color: 9093571.
HSL color Cylindrical-coordinate representation of color #C3C18A: hue angle of 57.89º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3C18A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 138 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.24 |
| HSL | 57.89º | 0.32% | 0.65% | - |
| HSV(B) | 57.89º | 0.29% | 0.76% | - |
| XYZ | 46.16 | 51.58 | 31.57 | - |
| YUV | 187.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 138 | 0 | 0.01 | 0.29 | 0.24 | 57.89 | 0.32 | 0.65 |
| Hex | C3 | C1 | 8A | 0 | 1 | 1D | 18 | 3A | 20 | 41 |
| Octal | 303 | 301 | 212 | 0 | 1 | 35 | 30 | 72 | 40 | 101 |
| Binary | 11000011 | 11000001 | 10001010 | 0 | 1 | 11101 | 11000 | 111010 | 100000 | 1000001 |
Color Harmonies of #C3C18A
Complementary color
Monochromatic Colors of #C3C18A
Black with #C3C18A
Text Example
Text Example
White with #C3C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C18A; }
p { color: rgb(195,193,138); }
H1.HeaderClassName
{
color: #C3C18A;
}
.AnyTagClassName
{
color: #C3C18A;
}
</style>
background-color css
<style>
a { background-color: #C3C18A; }
a { background-color: rgb(195,193,138); }
div.DivClassName
{
background-color: #C3C18A;
}
.BgClassName
{
background-color: #C3C18A;
}
</style>
border-color css
<style>
span { border-color: #C3C18A; }
span { border-color: rgb(195,193,138); }
td.TdClassName
{
border-color: #C3C18A;
}
.TagClassName
{
border-color: #C3C18A;
}
</style>