Shades of Pine Glade #C4C285
Tints of Pine Glade #C4C285
RGB
CMYK
RGB Variations
Color information
#C4C285 (or 0xC4C285) is known color: Pine Glade. HEX triplet: C4, C2 and 85. RGB value is (196,194,133). Sum of RGB (Red+Green+Blue) = 196+194+133=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C285 is #3B3D7A. Grayscale: #BBBBBB. Windows color (decimal): -3882363 or 8766148. OLE color: 8766148.
HSL color Cylindrical-coordinate representation of color #C4C285: hue angle of 58.1º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4C285 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 133 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.23 |
| HSL | 58.1º | 0.35% | 0.65% | - |
| HSV(B) | 58.1º | 0.32% | 0.77% | - |
| XYZ | 46.29 | 52.01 | 29.79 | - |
| YUV | 187.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 133 | 0 | 0.01 | 0.32 | 0.23 | 58.1 | 0.35 | 0.65 |
| Hex | C4 | C2 | 85 | 0 | 1 | 20 | 17 | 3A | 23 | 41 |
| Octal | 304 | 302 | 205 | 0 | 1 | 40 | 27 | 72 | 43 | 101 |
| Binary | 11000100 | 11000010 | 10000101 | 0 | 1 | 100000 | 10111 | 111010 | 100011 | 1000001 |
Color Harmonies of #C4C285
Complementary color
Monochromatic Colors of #C4C285
Black with #C4C285
Text Example
Text Example
White with #C4C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C285; }
p { color: rgb(196,194,133); }
H1.HeaderClassName
{
color: #C4C285;
}
.AnyTagClassName
{
color: #C4C285;
}
</style>
background-color css
<style>
a { background-color: #C4C285; }
a { background-color: rgb(196,194,133); }
div.DivClassName
{
background-color: #C4C285;
}
.BgClassName
{
background-color: #C4C285;
}
</style>
border-color css
<style>
span { border-color: #C4C285; }
span { border-color: rgb(196,194,133); }
td.TdClassName
{
border-color: #C4C285;
}
.TagClassName
{
border-color: #C4C285;
}
</style>