Shades of Pine Glade #C3BD7A
Tints of Pine Glade #C3BD7A
RGB
CMYK
RGB Variations
Color information
#C3BD7A (or 0xC3BD7A) is known color: Pine Glade. HEX triplet: C3, BD and 7A. RGB value is (195,189,122). Sum of RGB (Red+Green+Blue) = 195+189+122=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD7A is #3C4285. Grayscale: #B7B7B7. Windows color (decimal): -3949190 or 8043971. OLE color: 8043971.
HSL color Cylindrical-coordinate representation of color #C3BD7A: hue angle of 55.07º degrees, saturation: 0.38, 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 #C3BD7A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 122 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.24 |
| HSL | 55.07º | 0.38% | 0.62% | - |
| HSV(B) | 55.07º | 0.37% | 0.76% | - |
| XYZ | 44.22 | 49.4 | 25.62 | - |
| YUV | 183.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 122 | 0 | 0.03 | 0.37 | 0.24 | 55.07 | 0.38 | 0.62 |
| Hex | C3 | BD | 7A | 0 | 3 | 25 | 18 | 37 | 26 | 3E |
| Octal | 303 | 275 | 172 | 0 | 3 | 45 | 30 | 67 | 46 | 76 |
| Binary | 11000011 | 10111101 | 1111010 | 0 | 11 | 100101 | 11000 | 110111 | 100110 | 111110 |
Color Harmonies of #C3BD7A
Complementary color
Monochromatic Colors of #C3BD7A
Black with #C3BD7A
Text Example
Text Example
White with #C3BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BD7A; }
p { color: rgb(195,189,122); }
H1.HeaderClassName
{
color: #C3BD7A;
}
.AnyTagClassName
{
color: #C3BD7A;
}
</style>
background-color css
<style>
a { background-color: #C3BD7A; }
a { background-color: rgb(195,189,122); }
div.DivClassName
{
background-color: #C3BD7A;
}
.BgClassName
{
background-color: #C3BD7A;
}
</style>
border-color css
<style>
span { border-color: #C3BD7A; }
span { border-color: rgb(195,189,122); }
td.TdClassName
{
border-color: #C3BD7A;
}
.TagClassName
{
border-color: #C3BD7A;
}
</style>