Shades of Pine Glade #C4C07B
Tints of Pine Glade #C4C07B
RGB
CMYK
RGB Variations
Color information
#C4C07B (or 0xC4C07B) is known color: Pine Glade. HEX triplet: C4, C0 and 7B. RGB value is (196,192,123). Sum of RGB (Red+Green+Blue) = 196+192+123=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C07B is #3B3F84. Grayscale: #B9B9B9. Windows color (decimal): -3882885 or 8110276. OLE color: 8110276.
HSL color Cylindrical-coordinate representation of color #C4C07B: hue angle of 56.71º 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 #C4C07B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 123 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.23 |
| HSL | 56.71º | 0.38% | 0.63% | - |
| HSV(B) | 56.71º | 0.37% | 0.77% | - |
| XYZ | 45.19 | 50.87 | 26.18 | - |
| YUV | 185.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 123 | 0 | 0.02 | 0.37 | 0.23 | 56.71 | 0.38 | 0.63 |
| Hex | C4 | C0 | 7B | 0 | 2 | 25 | 17 | 39 | 26 | 3F |
| Octal | 304 | 300 | 173 | 0 | 2 | 45 | 27 | 71 | 46 | 77 |
| Binary | 11000100 | 11000000 | 1111011 | 0 | 10 | 100101 | 10111 | 111001 | 100110 | 111111 |
Color Harmonies of #C4C07B
Complementary color
Monochromatic Colors of #C4C07B
Black with #C4C07B
Text Example
Text Example
White with #C4C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C07B; }
p { color: rgb(196,192,123); }
H1.HeaderClassName
{
color: #C4C07B;
}
.AnyTagClassName
{
color: #C4C07B;
}
</style>
background-color css
<style>
a { background-color: #C4C07B; }
a { background-color: rgb(196,192,123); }
div.DivClassName
{
background-color: #C4C07B;
}
.BgClassName
{
background-color: #C4C07B;
}
</style>
border-color css
<style>
span { border-color: #C4C07B; }
span { border-color: rgb(196,192,123); }
td.TdClassName
{
border-color: #C4C07B;
}
.TagClassName
{
border-color: #C4C07B;
}
</style>