Shades of Pine Glade #C5C27B
Tints of Pine Glade #C5C27B
RGB
CMYK
RGB Variations
Color information
#C5C27B (or 0xC5C27B) is known color: Pine Glade. HEX triplet: C5, C2 and 7B. RGB value is (197,194,123). Sum of RGB (Red+Green+Blue) = 197+194+123=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C27B is #3A3D84. Grayscale: #BBBBBB. Windows color (decimal): -3816837 or 8110789. OLE color: 8110789.
HSL color Cylindrical-coordinate representation of color #C5C27B: hue angle of 57.57º 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 #C5C27B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 123 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.23 |
| HSL | 57.57º | 0.39% | 0.63% | - |
| HSV(B) | 57.57º | 0.38% | 0.77% | - |
| XYZ | 45.89 | 51.88 | 26.33 | - |
| YUV | 186.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 123 | 0 | 0.02 | 0.38 | 0.23 | 57.57 | 0.39 | 0.63 |
| Hex | C5 | C2 | 7B | 0 | 2 | 26 | 17 | 3A | 27 | 3F |
| Octal | 305 | 302 | 173 | 0 | 2 | 46 | 27 | 72 | 47 | 77 |
| Binary | 11000101 | 11000010 | 1111011 | 0 | 10 | 100110 | 10111 | 111010 | 100111 | 111111 |
Color Harmonies of #C5C27B
Complementary color
Monochromatic Colors of #C5C27B
Black with #C5C27B
Text Example
Text Example
White with #C5C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C27B; }
p { color: rgb(197,194,123); }
H1.HeaderClassName
{
color: #C5C27B;
}
.AnyTagClassName
{
color: #C5C27B;
}
</style>
background-color css
<style>
a { background-color: #C5C27B; }
a { background-color: rgb(197,194,123); }
div.DivClassName
{
background-color: #C5C27B;
}
.BgClassName
{
background-color: #C5C27B;
}
</style>
border-color css
<style>
span { border-color: #C5C27B; }
span { border-color: rgb(197,194,123); }
td.TdClassName
{
border-color: #C5C27B;
}
.TagClassName
{
border-color: #C5C27B;
}
</style>