Shades of Pine Glade #C2BD7B
Tints of Pine Glade #C2BD7B
RGB
CMYK
RGB Variations
Color information
#C2BD7B (or 0xC2BD7B) is known color: Pine Glade. HEX triplet: C2, BD and 7B. RGB value is (194,189,123). Sum of RGB (Red+Green+Blue) = 194+189+123=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD7B is #3D4284. Grayscale: #B7B7B7. Windows color (decimal): -4014725 or 8109506. OLE color: 8109506.
HSL color Cylindrical-coordinate representation of color #C2BD7B: hue angle of 55.77º 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 #C2BD7B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 123 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.24 |
| HSL | 55.77º | 0.37% | 0.62% | - |
| HSV(B) | 55.77º | 0.37% | 0.76% | - |
| XYZ | 44.02 | 49.29 | 25.93 | - |
| YUV | 182.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 123 | 0 | 0.03 | 0.37 | 0.24 | 55.77 | 0.37 | 0.62 |
| Hex | C2 | BD | 7B | 0 | 3 | 25 | 18 | 38 | 25 | 3E |
| Octal | 302 | 275 | 173 | 0 | 3 | 45 | 30 | 70 | 45 | 76 |
| Binary | 11000010 | 10111101 | 1111011 | 0 | 11 | 100101 | 11000 | 111000 | 100101 | 111110 |
Color Harmonies of #C2BD7B
Complementary color
Monochromatic Colors of #C2BD7B
Black with #C2BD7B
Text Example
Text Example
White with #C2BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD7B; }
p { color: rgb(194,189,123); }
H1.HeaderClassName
{
color: #C2BD7B;
}
.AnyTagClassName
{
color: #C2BD7B;
}
</style>
background-color css
<style>
a { background-color: #C2BD7B; }
a { background-color: rgb(194,189,123); }
div.DivClassName
{
background-color: #C2BD7B;
}
.BgClassName
{
background-color: #C2BD7B;
}
</style>
border-color css
<style>
span { border-color: #C2BD7B; }
span { border-color: rgb(194,189,123); }
td.TdClassName
{
border-color: #C2BD7B;
}
.TagClassName
{
border-color: #C2BD7B;
}
</style>