Shades of Pine Glade #C4C175
Tints of Pine Glade #C4C175
RGB
CMYK
RGB Variations
Color information
#C4C175 (or 0xC4C175) is known color: Pine Glade. HEX triplet: C4, C1 and 75. RGB value is (196,193,117). Sum of RGB (Red+Green+Blue) = 196+193+117=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C175 is #3B3E8A. Grayscale: #B9B9B9. Windows color (decimal): -3882635 or 7717316. OLE color: 7717316.
HSL color Cylindrical-coordinate representation of color #C4C175: hue angle of 57.72º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4C175 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 117 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.23 |
| HSL | 57.72º | 0.4% | 0.61% | - |
| HSV(B) | 57.72º | 0.4% | 0.77% | - |
| XYZ | 45.05 | 51.16 | 24.33 | - |
| YUV | 185.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 117 | 0 | 0.02 | 0.40 | 0.23 | 57.72 | 0.4 | 0.61 |
| Hex | C4 | C1 | 75 | 0 | 2 | 28 | 17 | 3A | 28 | 3D |
| Octal | 304 | 301 | 165 | 0 | 2 | 50 | 27 | 72 | 50 | 75 |
| Binary | 11000100 | 11000001 | 1110101 | 0 | 10 | 101000 | 10111 | 111010 | 101000 | 111101 |
Color Harmonies of #C4C175
Complementary color
Monochromatic Colors of #C4C175
Black with #C4C175
Text Example
Text Example
White with #C4C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C175; }
p { color: rgb(196,193,117); }
H1.HeaderClassName
{
color: #C4C175;
}
.AnyTagClassName
{
color: #C4C175;
}
</style>
background-color css
<style>
a { background-color: #C4C175; }
a { background-color: rgb(196,193,117); }
div.DivClassName
{
background-color: #C4C175;
}
.BgClassName
{
background-color: #C4C175;
}
</style>
border-color css
<style>
span { border-color: #C4C175; }
span { border-color: rgb(196,193,117); }
td.TdClassName
{
border-color: #C4C175;
}
.TagClassName
{
border-color: #C4C175;
}
</style>