Shades of Pine Glade #C3BF7C
Tints of Pine Glade #C3BF7C
RGB
CMYK
RGB Variations
Color information
#C3BF7C (or 0xC3BF7C) is known color: Pine Glade. HEX triplet: C3, BF and 7C. RGB value is (195,191,124). Sum of RGB (Red+Green+Blue) = 195+191+124=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF7C is #3C4083. Grayscale: #B8B8B8. Windows color (decimal): -3948676 or 8175555. OLE color: 8175555.
HSL color Cylindrical-coordinate representation of color #C3BF7C: hue angle of 56.62º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3BF7C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 124 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.24 |
| HSL | 56.62º | 0.37% | 0.63% | - |
| HSV(B) | 56.62º | 0.36% | 0.76% | - |
| XYZ | 44.77 | 50.32 | 26.42 | - |
| YUV | 184.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 124 | 0 | 0.02 | 0.36 | 0.24 | 56.62 | 0.37 | 0.63 |
| Hex | C3 | BF | 7C | 0 | 2 | 24 | 18 | 39 | 25 | 3F |
| Octal | 303 | 277 | 174 | 0 | 2 | 44 | 30 | 71 | 45 | 77 |
| Binary | 11000011 | 10111111 | 1111100 | 0 | 10 | 100100 | 11000 | 111001 | 100101 | 111111 |
Color Harmonies of #C3BF7C
Complementary color
Monochromatic Colors of #C3BF7C
Black with #C3BF7C
Text Example
Text Example
White with #C3BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF7C; }
p { color: rgb(195,191,124); }
H1.HeaderClassName
{
color: #C3BF7C;
}
.AnyTagClassName
{
color: #C3BF7C;
}
</style>
background-color css
<style>
a { background-color: #C3BF7C; }
a { background-color: rgb(195,191,124); }
div.DivClassName
{
background-color: #C3BF7C;
}
.BgClassName
{
background-color: #C3BF7C;
}
</style>
border-color css
<style>
span { border-color: #C3BF7C; }
span { border-color: rgb(195,191,124); }
td.TdClassName
{
border-color: #C3BF7C;
}
.TagClassName
{
border-color: #C3BF7C;
}
</style>