Shades of Pine Glade #C3C28B
Tints of Pine Glade #C3C28B
RGB
CMYK
RGB Variations
Color information
#C3C28B (or 0xC3C28B) is known color: Pine Glade. HEX triplet: C3, C2 and 8B. RGB value is (195,194,139). Sum of RGB (Red+Green+Blue) = 195+194+139=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C28B is #3C3D74. Grayscale: #BCBCBC. Windows color (decimal): -3947893 or 9159363. OLE color: 9159363.
HSL color Cylindrical-coordinate representation of color #C3C28B: hue angle of 58.93º 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 #C3C28B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 139 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.24 |
| HSL | 58.93º | 0.32% | 0.65% | - |
| HSV(B) | 58.93º | 0.29% | 0.76% | - |
| XYZ | 46.46 | 52.05 | 32.02 | - |
| YUV | 188.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 139 | 0 | 0.01 | 0.29 | 0.24 | 58.93 | 0.32 | 0.65 |
| Hex | C3 | C2 | 8B | 0 | 1 | 1D | 18 | 3B | 20 | 41 |
| Octal | 303 | 302 | 213 | 0 | 1 | 35 | 30 | 73 | 40 | 101 |
| Binary | 11000011 | 11000010 | 10001011 | 0 | 1 | 11101 | 11000 | 111011 | 100000 | 1000001 |
Color Harmonies of #C3C28B
Complementary color
Monochromatic Colors of #C3C28B
Black with #C3C28B
Text Example
Text Example
White with #C3C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C28B; }
p { color: rgb(195,194,139); }
H1.HeaderClassName
{
color: #C3C28B;
}
.AnyTagClassName
{
color: #C3C28B;
}
</style>
background-color css
<style>
a { background-color: #C3C28B; }
a { background-color: rgb(195,194,139); }
div.DivClassName
{
background-color: #C3C28B;
}
.BgClassName
{
background-color: #C3C28B;
}
</style>
border-color css
<style>
span { border-color: #C3C28B; }
span { border-color: rgb(195,194,139); }
td.TdClassName
{
border-color: #C3C28B;
}
.TagClassName
{
border-color: #C3C28B;
}
</style>