Shades of Pine Glade #C2C07B
Tints of Pine Glade #C2C07B
RGB
CMYK
RGB Variations
Color information
#C2C07B (or 0xC2C07B) is known color: Pine Glade. HEX triplet: C2, C0 and 7B. RGB value is (194,192,123). Sum of RGB (Red+Green+Blue) = 194+192+123=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07B is #3D3F84. Grayscale: #B9B9B9. Windows color (decimal): -4013957 or 8110274. OLE color: 8110274.
HSL color Cylindrical-coordinate representation of color #C2C07B: hue angle of 58.31º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2C07B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 123 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.24 |
| HSL | 58.31º | 0.37% | 0.62% | - |
| HSV(B) | 58.31º | 0.37% | 0.76% | - |
| XYZ | 44.67 | 50.6 | 26.15 | - |
| YUV | 184.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 123 | 0 | 0.01 | 0.37 | 0.24 | 58.31 | 0.37 | 0.62 |
| Hex | C2 | C0 | 7B | 0 | 1 | 25 | 18 | 3A | 25 | 3E |
| Octal | 302 | 300 | 173 | 0 | 1 | 45 | 30 | 72 | 45 | 76 |
| Binary | 11000010 | 11000000 | 1111011 | 0 | 1 | 100101 | 11000 | 111010 | 100101 | 111110 |
Color Harmonies of #C2C07B
Complementary color
Monochromatic Colors of #C2C07B
Black with #C2C07B
Text Example
Text Example
White with #C2C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C07B; }
p { color: rgb(194,192,123); }
H1.HeaderClassName
{
color: #C2C07B;
}
.AnyTagClassName
{
color: #C2C07B;
}
</style>
background-color css
<style>
a { background-color: #C2C07B; }
a { background-color: rgb(194,192,123); }
div.DivClassName
{
background-color: #C2C07B;
}
.BgClassName
{
background-color: #C2C07B;
}
</style>
border-color css
<style>
span { border-color: #C2C07B; }
span { border-color: rgb(194,192,123); }
td.TdClassName
{
border-color: #C2C07B;
}
.TagClassName
{
border-color: #C2C07B;
}
</style>