Shades of Pine Glade #C4C17A
Tints of Pine Glade #C4C17A
RGB
CMYK
RGB Variations
Color information
#C4C17A (or 0xC4C17A) is known color: Pine Glade. HEX triplet: C4, C1 and 7A. RGB value is (196,193,122). Sum of RGB (Red+Green+Blue) = 196+193+122=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C17A is #3B3E85. Grayscale: #BABABA. Windows color (decimal): -3882630 or 8044996. OLE color: 8044996.
HSL color Cylindrical-coordinate representation of color #C4C17A: hue angle of 57.57º 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 #C4C17A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 122 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.23 |
| HSL | 57.57º | 0.39% | 0.62% | - |
| HSV(B) | 57.57º | 0.38% | 0.77% | - |
| XYZ | 45.35 | 51.28 | 25.92 | - |
| YUV | 185.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 122 | 0 | 0.02 | 0.38 | 0.23 | 57.57 | 0.39 | 0.62 |
| Hex | C4 | C1 | 7A | 0 | 2 | 26 | 17 | 3A | 27 | 3E |
| Octal | 304 | 301 | 172 | 0 | 2 | 46 | 27 | 72 | 47 | 76 |
| Binary | 11000100 | 11000001 | 1111010 | 0 | 10 | 100110 | 10111 | 111010 | 100111 | 111110 |
Color Harmonies of #C4C17A
Complementary color
Monochromatic Colors of #C4C17A
Black with #C4C17A
Text Example
Text Example
White with #C4C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C17A; }
p { color: rgb(196,193,122); }
H1.HeaderClassName
{
color: #C4C17A;
}
.AnyTagClassName
{
color: #C4C17A;
}
</style>
background-color css
<style>
a { background-color: #C4C17A; }
a { background-color: rgb(196,193,122); }
div.DivClassName
{
background-color: #C4C17A;
}
.BgClassName
{
background-color: #C4C17A;
}
</style>
border-color css
<style>
span { border-color: #C4C17A; }
span { border-color: rgb(196,193,122); }
td.TdClassName
{
border-color: #C4C17A;
}
.TagClassName
{
border-color: #C4C17A;
}
</style>