Shades of Pine Glade #C3C38A
Tints of Pine Glade #C3C38A
RGB
CMYK
RGB Variations
Color information
#C3C38A (or 0xC3C38A) is known color: Pine Glade. HEX triplet: C3, C3 and 8A. RGB value is (195,195,138). Sum of RGB (Red+Green+Blue) = 195+195+138=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C38A is #3C3C75. Grayscale: #BCBCBC. Windows color (decimal): -3947638 or 9094083. OLE color: 9094083.
HSL color Cylindrical-coordinate representation of color #C3C38A: hue angle of 60º 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 #C3C38A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 138 | - |
| CMYK | 0 | 0 | 0.29 | 0.24 |
| HSL | 60º | 0.32% | 0.65% | - |
| HSV(B) | 60º | 0.29% | 0.76% | - |
| XYZ | 46.61 | 52.47 | 31.72 | - |
| YUV | 188.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 138 | 0 | 0 | 0.29 | 0.24 | 60 | 0.32 | 0.65 |
| Hex | C3 | C3 | 8A | 0 | 0 | 1D | 18 | 3C | 20 | 41 |
| Octal | 303 | 303 | 212 | 0 | 0 | 35 | 30 | 74 | 40 | 101 |
| Binary | 11000011 | 11000011 | 10001010 | 0 | 0 | 11101 | 11000 | 111100 | 100000 | 1000001 |
Color Harmonies of #C3C38A
Complementary color
Monochromatic Colors of #C3C38A
Black with #C3C38A
Text Example
Text Example
White with #C3C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C38A; }
p { color: rgb(195,195,138); }
H1.HeaderClassName
{
color: #C3C38A;
}
.AnyTagClassName
{
color: #C3C38A;
}
</style>
background-color css
<style>
a { background-color: #C3C38A; }
a { background-color: rgb(195,195,138); }
div.DivClassName
{
background-color: #C3C38A;
}
.BgClassName
{
background-color: #C3C38A;
}
</style>
border-color css
<style>
span { border-color: #C3C38A; }
span { border-color: rgb(195,195,138); }
td.TdClassName
{
border-color: #C3C38A;
}
.TagClassName
{
border-color: #C3C38A;
}
</style>