Shades of Pine Glade #C1C07B
Tints of Pine Glade #C1C07B
RGB
CMYK
RGB Variations
Color information
#C1C07B (or 0xC1C07B) is known color: Pine Glade. HEX triplet: C1, C0 and 7B. RGB value is (193,192,123). Sum of RGB (Red+Green+Blue) = 193+192+123=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C07B is #3E3F84. Grayscale: #B8B8B8. Windows color (decimal): -4079493 or 8110273. OLE color: 8110273.
HSL color Cylindrical-coordinate representation of color #C1C07B: hue angle of 59.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1C07B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 123 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.24 |
| HSL | 59.14º | 0.36% | 0.62% | - |
| HSV(B) | 59.14º | 0.36% | 0.76% | - |
| XYZ | 44.42 | 50.47 | 26.14 | - |
| YUV | 184.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 123 | 0 | 0.01 | 0.36 | 0.24 | 59.14 | 0.36 | 0.62 |
| Hex | C1 | C0 | 7B | 0 | 1 | 24 | 18 | 3B | 24 | 3E |
| Octal | 301 | 300 | 173 | 0 | 1 | 44 | 30 | 73 | 44 | 76 |
| Binary | 11000001 | 11000000 | 1111011 | 0 | 1 | 100100 | 11000 | 111011 | 100100 | 111110 |
Color Harmonies of #C1C07B
Complementary color
Monochromatic Colors of #C1C07B
Black with #C1C07B
Text Example
Text Example
White with #C1C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C07B; }
p { color: rgb(193,192,123); }
H1.HeaderClassName
{
color: #C1C07B;
}
.AnyTagClassName
{
color: #C1C07B;
}
</style>
background-color css
<style>
a { background-color: #C1C07B; }
a { background-color: rgb(193,192,123); }
div.DivClassName
{
background-color: #C1C07B;
}
.BgClassName
{
background-color: #C1C07B;
}
</style>
border-color css
<style>
span { border-color: #C1C07B; }
span { border-color: rgb(193,192,123); }
td.TdClassName
{
border-color: #C1C07B;
}
.TagClassName
{
border-color: #C1C07B;
}
</style>