Shades of Pine Glade #C4C47A
Tints of Pine Glade #C4C47A
RGB
CMYK
RGB Variations
Color information
#C4C47A (or 0xC4C47A) is known color: Pine Glade. HEX triplet: C4, C4 and 7A. RGB value is (196,196,122). Sum of RGB (Red+Green+Blue) = 196+196+122=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C47A is #3B3B85. Grayscale: #BBBBBB. Windows color (decimal): -3881862 or 8045764. OLE color: 8045764.
HSL color Cylindrical-coordinate representation of color #C4C47A: hue angle of 60º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C47A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 122 | - |
| CMYK | 0 | 0 | 0.38 | 0.23 |
| HSL | 60º | 0.39% | 0.62% | - |
| HSV(B) | 60º | 0.38% | 0.77% | - |
| XYZ | 46.02 | 52.62 | 26.14 | - |
| YUV | 187.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 122 | 0 | 0 | 0.38 | 0.23 | 60 | 0.39 | 0.62 |
| Hex | C4 | C4 | 7A | 0 | 0 | 26 | 17 | 3C | 27 | 3E |
| Octal | 304 | 304 | 172 | 0 | 0 | 46 | 27 | 74 | 47 | 76 |
| Binary | 11000100 | 11000100 | 1111010 | 0 | 0 | 100110 | 10111 | 111100 | 100111 | 111110 |
Color Harmonies of #C4C47A
Complementary color
Monochromatic Colors of #C4C47A
Black with #C4C47A
Text Example
Text Example
White with #C4C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C47A; }
p { color: rgb(196,196,122); }
H1.HeaderClassName
{
color: #C4C47A;
}
.AnyTagClassName
{
color: #C4C47A;
}
</style>
background-color css
<style>
a { background-color: #C4C47A; }
a { background-color: rgb(196,196,122); }
div.DivClassName
{
background-color: #C4C47A;
}
.BgClassName
{
background-color: #C4C47A;
}
</style>
border-color css
<style>
span { border-color: #C4C47A; }
span { border-color: rgb(196,196,122); }
td.TdClassName
{
border-color: #C4C47A;
}
.TagClassName
{
border-color: #C4C47A;
}
</style>