Shades of Pine Glade #C4C47B
Tints of Pine Glade #C4C47B
RGB
CMYK
RGB Variations
Color information
#C4C47B (or 0xC4C47B) is known color: Pine Glade. HEX triplet: C4, C4 and 7B. RGB value is (196,196,123). Sum of RGB (Red+Green+Blue) = 196+196+123=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C47B is #3B3B84. Grayscale: #BBBBBB. Windows color (decimal): -3881861 or 8111300. OLE color: 8111300.
HSL color Cylindrical-coordinate representation of color #C4C47B: hue angle of 60º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4C47B is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 123 | - |
| CMYK | 0 | 0 | 0.37 | 0.23 |
| HSL | 60º | 0.38% | 0.63% | - |
| HSV(B) | 60º | 0.37% | 0.77% | - |
| XYZ | 46.08 | 52.65 | 26.47 | - |
| YUV | 187.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 123 | 0 | 0 | 0.37 | 0.23 | 60 | 0.38 | 0.63 |
| Hex | C4 | C4 | 7B | 0 | 0 | 25 | 17 | 3C | 26 | 3F |
| Octal | 304 | 304 | 173 | 0 | 0 | 45 | 27 | 74 | 46 | 77 |
| Binary | 11000100 | 11000100 | 1111011 | 0 | 0 | 100101 | 10111 | 111100 | 100110 | 111111 |
Color Harmonies of #C4C47B
Complementary color
Monochromatic Colors of #C4C47B
Black with #C4C47B
Text Example
Text Example
White with #C4C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C47B; }
p { color: rgb(196,196,123); }
H1.HeaderClassName
{
color: #C4C47B;
}
.AnyTagClassName
{
color: #C4C47B;
}
</style>
background-color css
<style>
a { background-color: #C4C47B; }
a { background-color: rgb(196,196,123); }
div.DivClassName
{
background-color: #C4C47B;
}
.BgClassName
{
background-color: #C4C47B;
}
</style>
border-color css
<style>
span { border-color: #C4C47B; }
span { border-color: rgb(196,196,123); }
td.TdClassName
{
border-color: #C4C47B;
}
.TagClassName
{
border-color: #C4C47B;
}
</style>