Shades of Pine Glade #C5C284
Tints of Pine Glade #C5C284
RGB
CMYK
RGB Variations
Color information
#C5C284 (or 0xC5C284) is known color: Pine Glade. HEX triplet: C5, C2 and 84. RGB value is (197,194,132). Sum of RGB (Red+Green+Blue) = 197+194+132=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C284 is #3A3D7B. Grayscale: #BCBCBC. Windows color (decimal): -3816828 or 8700613. OLE color: 8700613.
HSL color Cylindrical-coordinate representation of color #C5C284: hue angle of 57.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5C284 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 132 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.23 |
| HSL | 57.23º | 0.36% | 0.65% | - |
| HSV(B) | 57.23º | 0.33% | 0.77% | - |
| XYZ | 46.48 | 52.12 | 29.44 | - |
| YUV | 187.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 132 | 0 | 0.02 | 0.33 | 0.23 | 57.23 | 0.36 | 0.65 |
| Hex | C5 | C2 | 84 | 0 | 2 | 21 | 17 | 39 | 24 | 41 |
| Octal | 305 | 302 | 204 | 0 | 2 | 41 | 27 | 71 | 44 | 101 |
| Binary | 11000101 | 11000010 | 10000100 | 0 | 10 | 100001 | 10111 | 111001 | 100100 | 1000001 |
Color Harmonies of #C5C284
Complementary color
Monochromatic Colors of #C5C284
Black with #C5C284
Text Example
Text Example
White with #C5C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C284; }
p { color: rgb(197,194,132); }
H1.HeaderClassName
{
color: #C5C284;
}
.AnyTagClassName
{
color: #C5C284;
}
</style>
background-color css
<style>
a { background-color: #C5C284; }
a { background-color: rgb(197,194,132); }
div.DivClassName
{
background-color: #C5C284;
}
.BgClassName
{
background-color: #C5C284;
}
</style>
border-color css
<style>
span { border-color: #C5C284; }
span { border-color: rgb(197,194,132); }
td.TdClassName
{
border-color: #C5C284;
}
.TagClassName
{
border-color: #C5C284;
}
</style>