Shades of Pine Glade #C3C28A
Tints of Pine Glade #C3C28A
RGB
CMYK
RGB Variations
Color information
#C3C28A (or 0xC3C28A) is known color: Pine Glade. HEX triplet: C3, C2 and 8A. RGB value is (195,194,138). Sum of RGB (Red+Green+Blue) = 195+194+138=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C28A is #3C3D75. Grayscale: #BCBCBC. Windows color (decimal): -3947894 or 9093827. OLE color: 9093827.
HSL color Cylindrical-coordinate representation of color #C3C28A: hue angle of 58.95º 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 #C3C28A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 138 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.24 |
| HSL | 58.95º | 0.32% | 0.65% | - |
| HSV(B) | 58.95º | 0.29% | 0.76% | - |
| XYZ | 46.38 | 52.02 | 31.64 | - |
| YUV | 187.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 138 | 0 | 0.01 | 0.29 | 0.24 | 58.95 | 0.32 | 0.65 |
| Hex | C3 | C2 | 8A | 0 | 1 | 1D | 18 | 3B | 20 | 41 |
| Octal | 303 | 302 | 212 | 0 | 1 | 35 | 30 | 73 | 40 | 101 |
| Binary | 11000011 | 11000010 | 10001010 | 0 | 1 | 11101 | 11000 | 111011 | 100000 | 1000001 |
Color Harmonies of #C3C28A
Complementary color
Monochromatic Colors of #C3C28A
Black with #C3C28A
Text Example
Text Example
White with #C3C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C28A; }
p { color: rgb(195,194,138); }
H1.HeaderClassName
{
color: #C3C28A;
}
.AnyTagClassName
{
color: #C3C28A;
}
</style>
background-color css
<style>
a { background-color: #C3C28A; }
a { background-color: rgb(195,194,138); }
div.DivClassName
{
background-color: #C3C28A;
}
.BgClassName
{
background-color: #C3C28A;
}
</style>
border-color css
<style>
span { border-color: #C3C28A; }
span { border-color: rgb(195,194,138); }
td.TdClassName
{
border-color: #C3C28A;
}
.TagClassName
{
border-color: #C3C28A;
}
</style>