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