Shades of Pine Glade #C4C074
Tints of Pine Glade #C4C074
RGB
CMYK
RGB Variations
Color information
#C4C074 (or 0xC4C074) is known color: Pine Glade. HEX triplet: C4, C0 and 74. RGB value is (196,192,116). Sum of RGB (Red+Green+Blue) = 196+192+116=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C074 is #3B3F8B. Grayscale: #B8B8B8. Windows color (decimal): -3882892 or 7651524. OLE color: 7651524.
HSL color Cylindrical-coordinate representation of color #C4C074: hue angle of 57º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4C074 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 116 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.23 |
| HSL | 57º | 0.4% | 0.61% | - |
| HSV(B) | 57º | 0.41% | 0.77% | - |
| XYZ | 44.77 | 50.7 | 23.95 | - |
| YUV | 184.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 116 | 0 | 0.02 | 0.41 | 0.23 | 57 | 0.4 | 0.61 |
| Hex | C4 | C0 | 74 | 0 | 2 | 29 | 17 | 39 | 28 | 3D |
| Octal | 304 | 300 | 164 | 0 | 2 | 51 | 27 | 71 | 50 | 75 |
| Binary | 11000100 | 11000000 | 1110100 | 0 | 10 | 101001 | 10111 | 111001 | 101000 | 111101 |
Color Harmonies of #C4C074
Complementary color
Monochromatic Colors of #C4C074
Black with #C4C074
Text Example
Text Example
White with #C4C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C074; }
p { color: rgb(196,192,116); }
H1.HeaderClassName
{
color: #C4C074;
}
.AnyTagClassName
{
color: #C4C074;
}
</style>
background-color css
<style>
a { background-color: #C4C074; }
a { background-color: rgb(196,192,116); }
div.DivClassName
{
background-color: #C4C074;
}
.BgClassName
{
background-color: #C4C074;
}
</style>
border-color css
<style>
span { border-color: #C4C074; }
span { border-color: rgb(196,192,116); }
td.TdClassName
{
border-color: #C4C074;
}
.TagClassName
{
border-color: #C4C074;
}
</style>