Shades of Pine Glade #C5C27A
Tints of Pine Glade #C5C27A
RGB
CMYK
RGB Variations
Color information
#C5C27A (or 0xC5C27A) is known color: Pine Glade. HEX triplet: C5, C2 and 7A. RGB value is (197,194,122). Sum of RGB (Red+Green+Blue) = 197+194+122=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C27A is #3A3D85. Grayscale: #BABABA. Windows color (decimal): -3816838 or 8045253. OLE color: 8045253.
HSL color Cylindrical-coordinate representation of color #C5C27A: hue angle of 57.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5C27A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 122 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.23 |
| HSL | 57.6º | 0.39% | 0.63% | - |
| HSV(B) | 57.6º | 0.38% | 0.77% | - |
| XYZ | 45.83 | 51.86 | 26.01 | - |
| YUV | 186.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 122 | 0 | 0.02 | 0.38 | 0.23 | 57.6 | 0.39 | 0.63 |
| Hex | C5 | C2 | 7A | 0 | 2 | 26 | 17 | 3A | 27 | 3F |
| Octal | 305 | 302 | 172 | 0 | 2 | 46 | 27 | 72 | 47 | 77 |
| Binary | 11000101 | 11000010 | 1111010 | 0 | 10 | 100110 | 10111 | 111010 | 100111 | 111111 |
Color Harmonies of #C5C27A
Complementary color
Monochromatic Colors of #C5C27A
Black with #C5C27A
Text Example
Text Example
White with #C5C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C27A; }
p { color: rgb(197,194,122); }
H1.HeaderClassName
{
color: #C5C27A;
}
.AnyTagClassName
{
color: #C5C27A;
}
</style>
background-color css
<style>
a { background-color: #C5C27A; }
a { background-color: rgb(197,194,122); }
div.DivClassName
{
background-color: #C5C27A;
}
.BgClassName
{
background-color: #C5C27A;
}
</style>
border-color css
<style>
span { border-color: #C5C27A; }
span { border-color: rgb(197,194,122); }
td.TdClassName
{
border-color: #C5C27A;
}
.TagClassName
{
border-color: #C5C27A;
}
</style>