Shades of Pine Glade #C4C17D
Tints of Pine Glade #C4C17D
RGB
CMYK
RGB Variations
Color information
#C4C17D (or 0xC4C17D) is known color: Pine Glade. HEX triplet: C4, C1 and 7D. RGB value is (196,193,125). Sum of RGB (Red+Green+Blue) = 196+193+125=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C17D is #3B3E82. Grayscale: #BABABA. Windows color (decimal): -3882627 or 8241604. OLE color: 8241604.
HSL color Cylindrical-coordinate representation of color #C4C17D: hue angle of 57.46º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4C17D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 125 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.23 |
| HSL | 57.46º | 0.38% | 0.63% | - |
| HSV(B) | 57.46º | 0.36% | 0.77% | - |
| XYZ | 45.54 | 51.36 | 26.91 | - |
| YUV | 186.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 125 | 0 | 0.02 | 0.36 | 0.23 | 57.46 | 0.38 | 0.63 |
| Hex | C4 | C1 | 7D | 0 | 2 | 24 | 17 | 39 | 26 | 3F |
| Octal | 304 | 301 | 175 | 0 | 2 | 44 | 27 | 71 | 46 | 77 |
| Binary | 11000100 | 11000001 | 1111101 | 0 | 10 | 100100 | 10111 | 111001 | 100110 | 111111 |
Color Harmonies of #C4C17D
Complementary color
Monochromatic Colors of #C4C17D
Black with #C4C17D
Text Example
Text Example
White with #C4C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C17D; }
p { color: rgb(196,193,125); }
H1.HeaderClassName
{
color: #C4C17D;
}
.AnyTagClassName
{
color: #C4C17D;
}
</style>
background-color css
<style>
a { background-color: #C4C17D; }
a { background-color: rgb(196,193,125); }
div.DivClassName
{
background-color: #C4C17D;
}
.BgClassName
{
background-color: #C4C17D;
}
</style>
border-color css
<style>
span { border-color: #C4C17D; }
span { border-color: rgb(196,193,125); }
td.TdClassName
{
border-color: #C4C17D;
}
.TagClassName
{
border-color: #C4C17D;
}
</style>