Shades of Pine Glade #C4C28B
Tints of Pine Glade #C4C28B
RGB
CMYK
RGB Variations
Color information
#C4C28B (or 0xC4C28B) is known color: Pine Glade. HEX triplet: C4, C2 and 8B. RGB value is (196,194,139). Sum of RGB (Red+Green+Blue) = 196+194+139=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C28B is #3B3D74. Grayscale: #BCBCBC. Windows color (decimal): -3882357 or 9159364. OLE color: 9159364.
HSL color Cylindrical-coordinate representation of color #C4C28B: hue angle of 57.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4C28B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 139 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.23 |
| HSL | 57.89º | 0.33% | 0.66% | - |
| HSV(B) | 57.89º | 0.29% | 0.77% | - |
| XYZ | 46.72 | 52.18 | 32.04 | - |
| YUV | 188.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 139 | 0 | 0.01 | 0.29 | 0.23 | 57.89 | 0.33 | 0.66 |
| Hex | C4 | C2 | 8B | 0 | 1 | 1D | 17 | 3A | 21 | 42 |
| Octal | 304 | 302 | 213 | 0 | 1 | 35 | 27 | 72 | 41 | 102 |
| Binary | 11000100 | 11000010 | 10001011 | 0 | 1 | 11101 | 10111 | 111010 | 100001 | 1000010 |
Color Harmonies of #C4C28B
Complementary color
Monochromatic Colors of #C4C28B
Black with #C4C28B
Text Example
Text Example
White with #C4C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C28B; }
p { color: rgb(196,194,139); }
H1.HeaderClassName
{
color: #C4C28B;
}
.AnyTagClassName
{
color: #C4C28B;
}
</style>
background-color css
<style>
a { background-color: #C4C28B; }
a { background-color: rgb(196,194,139); }
div.DivClassName
{
background-color: #C4C28B;
}
.BgClassName
{
background-color: #C4C28B;
}
</style>
border-color css
<style>
span { border-color: #C4C28B; }
span { border-color: rgb(196,194,139); }
td.TdClassName
{
border-color: #C4C28B;
}
.TagClassName
{
border-color: #C4C28B;
}
</style>