Shades of Pine Glade #C9C577
Tints of Pine Glade #C9C577
RGB
CMYK
RGB Variations
Color information
#C9C577 (or 0xC9C577) is known color: Pine Glade. HEX triplet: C9, C5 and 77. RGB value is (201,197,119). Sum of RGB (Red+Green+Blue) = 201+197+119=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C577 is #363A88. Grayscale: #BDBDBD. Windows color (decimal): -3553929 or 7849417. OLE color: 7849417.
HSL color Cylindrical-coordinate representation of color #C9C577: hue angle of 57.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9C577 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 119 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.21 |
| HSL | 57.07º | 0.43% | 0.63% | - |
| HSV(B) | 57.07º | 0.41% | 0.79% | - |
| XYZ | 47.38 | 53.68 | 25.32 | - |
| YUV | 189.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 119 | 0 | 0.02 | 0.41 | 0.21 | 57.07 | 0.43 | 0.63 |
| Hex | C9 | C5 | 77 | 0 | 2 | 29 | 15 | 39 | 2B | 3F |
| Octal | 311 | 305 | 167 | 0 | 2 | 51 | 25 | 71 | 53 | 77 |
| Binary | 11001001 | 11000101 | 1110111 | 0 | 10 | 101001 | 10101 | 111001 | 101011 | 111111 |
Color Harmonies of #C9C577
Complementary color
Monochromatic Colors of #C9C577
Black with #C9C577
Text Example
Text Example
White with #C9C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C577; }
p { color: rgb(201,197,119); }
H1.HeaderClassName
{
color: #C9C577;
}
.AnyTagClassName
{
color: #C9C577;
}
</style>
background-color css
<style>
a { background-color: #C9C577; }
a { background-color: rgb(201,197,119); }
div.DivClassName
{
background-color: #C9C577;
}
.BgClassName
{
background-color: #C9C577;
}
</style>
border-color css
<style>
span { border-color: #C9C577; }
span { border-color: rgb(201,197,119); }
td.TdClassName
{
border-color: #C9C577;
}
.TagClassName
{
border-color: #C9C577;
}
</style>