Shades of Pine Glade #C1C07A
Tints of Pine Glade #C1C07A
RGB
CMYK
RGB Variations
Color information
#C1C07A (or 0xC1C07A) is known color: Pine Glade. HEX triplet: C1, C0 and 7A. RGB value is (193,192,122). Sum of RGB (Red+Green+Blue) = 193+192+122=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C07A is #3E3F85. Grayscale: #B8B8B8. Windows color (decimal): -4079494 or 8044737. OLE color: 8044737.
HSL color Cylindrical-coordinate representation of color #C1C07A: hue angle of 59.15º degrees, saturation: 0.36, 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 #C1C07A is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 122 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.24 |
| HSL | 59.15º | 0.36% | 0.62% | - |
| HSV(B) | 59.15º | 0.37% | 0.76% | - |
| XYZ | 44.35 | 50.44 | 25.81 | - |
| YUV | 184.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 122 | 0 | 0.01 | 0.37 | 0.24 | 59.15 | 0.36 | 0.62 |
| Hex | C1 | C0 | 7A | 0 | 1 | 25 | 18 | 3B | 24 | 3E |
| Octal | 301 | 300 | 172 | 0 | 1 | 45 | 30 | 73 | 44 | 76 |
| Binary | 11000001 | 11000000 | 1111010 | 0 | 1 | 100101 | 11000 | 111011 | 100100 | 111110 |
Color Harmonies of #C1C07A
Complementary color
Monochromatic Colors of #C1C07A
Black with #C1C07A
Text Example
Text Example
White with #C1C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C07A; }
p { color: rgb(193,192,122); }
H1.HeaderClassName
{
color: #C1C07A;
}
.AnyTagClassName
{
color: #C1C07A;
}
</style>
background-color css
<style>
a { background-color: #C1C07A; }
a { background-color: rgb(193,192,122); }
div.DivClassName
{
background-color: #C1C07A;
}
.BgClassName
{
background-color: #C1C07A;
}
</style>
border-color css
<style>
span { border-color: #C1C07A; }
span { border-color: rgb(193,192,122); }
td.TdClassName
{
border-color: #C1C07A;
}
.TagClassName
{
border-color: #C1C07A;
}
</style>