Shades of Pine Glade #C1BC7B
Tints of Pine Glade #C1BC7B
RGB
CMYK
RGB Variations
Color information
#C1BC7B (or 0xC1BC7B) is known color: Pine Glade. HEX triplet: C1, BC and 7B. RGB value is (193,188,123). Sum of RGB (Red+Green+Blue) = 193+188+123=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC7B is #3E4384. Grayscale: #B6B6B6. Windows color (decimal): -4080517 or 8109249. OLE color: 8109249.
HSL color Cylindrical-coordinate representation of color #C1BC7B: hue angle of 55.71º 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 #C1BC7B is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 123 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.24 |
| HSL | 55.71º | 0.36% | 0.62% | - |
| HSV(B) | 55.71º | 0.36% | 0.76% | - |
| XYZ | 43.55 | 48.73 | 25.85 | - |
| YUV | 182.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 123 | 0 | 0.03 | 0.36 | 0.24 | 55.71 | 0.36 | 0.62 |
| Hex | C1 | BC | 7B | 0 | 3 | 24 | 18 | 38 | 24 | 3E |
| Octal | 301 | 274 | 173 | 0 | 3 | 44 | 30 | 70 | 44 | 76 |
| Binary | 11000001 | 10111100 | 1111011 | 0 | 11 | 100100 | 11000 | 111000 | 100100 | 111110 |
Color Harmonies of #C1BC7B
Complementary color
Monochromatic Colors of #C1BC7B
Black with #C1BC7B
Text Example
Text Example
White with #C1BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC7B; }
p { color: rgb(193,188,123); }
H1.HeaderClassName
{
color: #C1BC7B;
}
.AnyTagClassName
{
color: #C1BC7B;
}
</style>
background-color css
<style>
a { background-color: #C1BC7B; }
a { background-color: rgb(193,188,123); }
div.DivClassName
{
background-color: #C1BC7B;
}
.BgClassName
{
background-color: #C1BC7B;
}
</style>
border-color css
<style>
span { border-color: #C1BC7B; }
span { border-color: rgb(193,188,123); }
td.TdClassName
{
border-color: #C1BC7B;
}
.TagClassName
{
border-color: #C1BC7B;
}
</style>