Shades of Pine Glade #C1BC7E
Tints of Pine Glade #C1BC7E
RGB
CMYK
RGB Variations
Color information
#C1BC7E (or 0xC1BC7E) is known color: Pine Glade. HEX triplet: C1, BC and 7E. RGB value is (193,188,126). Sum of RGB (Red+Green+Blue) = 193+188+126=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC7E is #3E4381. Grayscale: #B6B6B6. Windows color (decimal): -4080514 or 8305857. OLE color: 8305857.
HSL color Cylindrical-coordinate representation of color #C1BC7E: hue angle of 55.52º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1BC7E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 126 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.24 |
| HSL | 55.52º | 0.35% | 0.63% | - |
| HSV(B) | 55.52º | 0.35% | 0.76% | - |
| XYZ | 43.74 | 48.81 | 26.85 | - |
| YUV | 182.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 126 | 0 | 0.03 | 0.35 | 0.24 | 55.52 | 0.35 | 0.63 |
| Hex | C1 | BC | 7E | 0 | 3 | 23 | 18 | 38 | 23 | 3F |
| Octal | 301 | 274 | 176 | 0 | 3 | 43 | 30 | 70 | 43 | 77 |
| Binary | 11000001 | 10111100 | 1111110 | 0 | 11 | 100011 | 11000 | 111000 | 100011 | 111111 |
Color Harmonies of #C1BC7E
Complementary color
Monochromatic Colors of #C1BC7E
Black with #C1BC7E
Text Example
Text Example
White with #C1BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC7E; }
p { color: rgb(193,188,126); }
H1.HeaderClassName
{
color: #C1BC7E;
}
.AnyTagClassName
{
color: #C1BC7E;
}
</style>
background-color css
<style>
a { background-color: #C1BC7E; }
a { background-color: rgb(193,188,126); }
div.DivClassName
{
background-color: #C1BC7E;
}
.BgClassName
{
background-color: #C1BC7E;
}
</style>
border-color css
<style>
span { border-color: #C1BC7E; }
span { border-color: rgb(193,188,126); }
td.TdClassName
{
border-color: #C1BC7E;
}
.TagClassName
{
border-color: #C1BC7E;
}
</style>