Shades of Pine Glade #C3BE7A
Tints of Pine Glade #C3BE7A
RGB
CMYK
RGB Variations
Color information
#C3BE7A (or 0xC3BE7A) is known color: Pine Glade. HEX triplet: C3, BE and 7A. RGB value is (195,190,122). Sum of RGB (Red+Green+Blue) = 195+190+122=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7A is #3C4185. Grayscale: #B8B8B8. Windows color (decimal): -3948934 or 8044227. OLE color: 8044227.
HSL color Cylindrical-coordinate representation of color #C3BE7A: hue angle of 55.89º 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 #C3BE7A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 122 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.24 |
| HSL | 55.89º | 0.38% | 0.62% | - |
| HSV(B) | 55.89º | 0.37% | 0.76% | - |
| XYZ | 44.43 | 49.83 | 25.69 | - |
| YUV | 183.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 122 | 0 | 0.03 | 0.37 | 0.24 | 55.89 | 0.38 | 0.62 |
| Hex | C3 | BE | 7A | 0 | 3 | 25 | 18 | 38 | 26 | 3E |
| Octal | 303 | 276 | 172 | 0 | 3 | 45 | 30 | 70 | 46 | 76 |
| Binary | 11000011 | 10111110 | 1111010 | 0 | 11 | 100101 | 11000 | 111000 | 100110 | 111110 |
Color Harmonies of #C3BE7A
Complementary color
Monochromatic Colors of #C3BE7A
Black with #C3BE7A
Text Example
Text Example
White with #C3BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE7A; }
p { color: rgb(195,190,122); }
H1.HeaderClassName
{
color: #C3BE7A;
}
.AnyTagClassName
{
color: #C3BE7A;
}
</style>
background-color css
<style>
a { background-color: #C3BE7A; }
a { background-color: rgb(195,190,122); }
div.DivClassName
{
background-color: #C3BE7A;
}
.BgClassName
{
background-color: #C3BE7A;
}
</style>
border-color css
<style>
span { border-color: #C3BE7A; }
span { border-color: rgb(195,190,122); }
td.TdClassName
{
border-color: #C3BE7A;
}
.TagClassName
{
border-color: #C3BE7A;
}
</style>