Shades of Pine Glade #C4C178
Tints of Pine Glade #C4C178
RGB
CMYK
RGB Variations
Color information
#C4C178 (or 0xC4C178) is known color: Pine Glade. HEX triplet: C4, C1 and 78. RGB value is (196,193,120). Sum of RGB (Red+Green+Blue) = 196+193+120=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C178 is #3B3E87. Grayscale: #B9B9B9. Windows color (decimal): -3882632 or 7913924. OLE color: 7913924.
HSL color Cylindrical-coordinate representation of color #C4C178: hue angle of 57.63º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4C178 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 120 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.23 |
| HSL | 57.63º | 0.39% | 0.62% | - |
| HSV(B) | 57.63º | 0.39% | 0.77% | - |
| XYZ | 45.23 | 51.23 | 25.27 | - |
| YUV | 185.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 120 | 0 | 0.02 | 0.39 | 0.23 | 57.63 | 0.39 | 0.62 |
| Hex | C4 | C1 | 78 | 0 | 2 | 27 | 17 | 3A | 27 | 3E |
| Octal | 304 | 301 | 170 | 0 | 2 | 47 | 27 | 72 | 47 | 76 |
| Binary | 11000100 | 11000001 | 1111000 | 0 | 10 | 100111 | 10111 | 111010 | 100111 | 111110 |
Color Harmonies of #C4C178
Complementary color
Monochromatic Colors of #C4C178
Black with #C4C178
Text Example
Text Example
White with #C4C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C178; }
p { color: rgb(196,193,120); }
H1.HeaderClassName
{
color: #C4C178;
}
.AnyTagClassName
{
color: #C4C178;
}
</style>
background-color css
<style>
a { background-color: #C4C178; }
a { background-color: rgb(196,193,120); }
div.DivClassName
{
background-color: #C4C178;
}
.BgClassName
{
background-color: #C4C178;
}
</style>
border-color css
<style>
span { border-color: #C4C178; }
span { border-color: rgb(196,193,120); }
td.TdClassName
{
border-color: #C4C178;
}
.TagClassName
{
border-color: #C4C178;
}
</style>