Shades of Pine Glade #C3BD77
Tints of Pine Glade #C3BD77
RGB
CMYK
RGB Variations
Color information
#C3BD77 (or 0xC3BD77) is known color: Pine Glade. HEX triplet: C3, BD and 77. RGB value is (195,189,119). Sum of RGB (Red+Green+Blue) = 195+189+119=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD77 is #3C4288. Grayscale: #B7B7B7. Windows color (decimal): -3949193 or 7847363. OLE color: 7847363.
HSL color Cylindrical-coordinate representation of color #C3BD77: hue angle of 55.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3BD77 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 119 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.24 |
| HSL | 55.26º | 0.39% | 0.62% | - |
| HSV(B) | 55.26º | 0.39% | 0.76% | - |
| XYZ | 44.03 | 49.33 | 24.65 | - |
| YUV | 182.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 119 | 0 | 0.03 | 0.39 | 0.24 | 55.26 | 0.39 | 0.62 |
| Hex | C3 | BD | 77 | 0 | 3 | 27 | 18 | 37 | 27 | 3E |
| Octal | 303 | 275 | 167 | 0 | 3 | 47 | 30 | 67 | 47 | 76 |
| Binary | 11000011 | 10111101 | 1110111 | 0 | 11 | 100111 | 11000 | 110111 | 100111 | 111110 |
Color Harmonies of #C3BD77
Complementary color
Monochromatic Colors of #C3BD77
Black with #C3BD77
Text Example
Text Example
White with #C3BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BD77; }
p { color: rgb(195,189,119); }
H1.HeaderClassName
{
color: #C3BD77;
}
.AnyTagClassName
{
color: #C3BD77;
}
</style>
background-color css
<style>
a { background-color: #C3BD77; }
a { background-color: rgb(195,189,119); }
div.DivClassName
{
background-color: #C3BD77;
}
.BgClassName
{
background-color: #C3BD77;
}
</style>
border-color css
<style>
span { border-color: #C3BD77; }
span { border-color: rgb(195,189,119); }
td.TdClassName
{
border-color: #C3BD77;
}
.TagClassName
{
border-color: #C3BD77;
}
</style>