Shades of Pine Glade #C3BF7B
Tints of Pine Glade #C3BF7B
RGB
CMYK
RGB Variations
Color information
#C3BF7B (or 0xC3BF7B) is known color: Pine Glade. HEX triplet: C3, BF and 7B. RGB value is (195,191,123). Sum of RGB (Red+Green+Blue) = 195+191+123=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF7B is #3C4084. Grayscale: #B8B8B8. Windows color (decimal): -3948677 or 8110019. OLE color: 8110019.
HSL color Cylindrical-coordinate representation of color #C3BF7B: hue angle of 56.67º 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 #C3BF7B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 123 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.24 |
| HSL | 56.67º | 0.38% | 0.62% | - |
| HSV(B) | 56.67º | 0.37% | 0.76% | - |
| XYZ | 44.71 | 50.29 | 26.09 | - |
| YUV | 184.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 123 | 0 | 0.02 | 0.37 | 0.24 | 56.67 | 0.38 | 0.62 |
| Hex | C3 | BF | 7B | 0 | 2 | 25 | 18 | 39 | 26 | 3E |
| Octal | 303 | 277 | 173 | 0 | 2 | 45 | 30 | 71 | 46 | 76 |
| Binary | 11000011 | 10111111 | 1111011 | 0 | 10 | 100101 | 11000 | 111001 | 100110 | 111110 |
Color Harmonies of #C3BF7B
Complementary color
Monochromatic Colors of #C3BF7B
Black with #C3BF7B
Text Example
Text Example
White with #C3BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF7B; }
p { color: rgb(195,191,123); }
H1.HeaderClassName
{
color: #C3BF7B;
}
.AnyTagClassName
{
color: #C3BF7B;
}
</style>
background-color css
<style>
a { background-color: #C3BF7B; }
a { background-color: rgb(195,191,123); }
div.DivClassName
{
background-color: #C3BF7B;
}
.BgClassName
{
background-color: #C3BF7B;
}
</style>
border-color css
<style>
span { border-color: #C3BF7B; }
span { border-color: rgb(195,191,123); }
td.TdClassName
{
border-color: #C3BF7B;
}
.TagClassName
{
border-color: #C3BF7B;
}
</style>