Shades of Pine Glade #C2BF7D
Tints of Pine Glade #C2BF7D
RGB
CMYK
RGB Variations
Color information
#C2BF7D (or 0xC2BF7D) is known color: Pine Glade. HEX triplet: C2, BF and 7D. RGB value is (194,191,125). Sum of RGB (Red+Green+Blue) = 194+191+125=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7D is #3D4082. Grayscale: #B8B8B8. Windows color (decimal): -4014211 or 8241090. OLE color: 8241090.
HSL color Cylindrical-coordinate representation of color #C2BF7D: hue angle of 57.39º degrees, saturation: 0.36, 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 #C2BF7D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 125 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.24 |
| HSL | 57.39º | 0.36% | 0.63% | - |
| HSV(B) | 57.39º | 0.36% | 0.76% | - |
| XYZ | 44.58 | 50.21 | 26.74 | - |
| YUV | 184.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 125 | 0 | 0.02 | 0.36 | 0.24 | 57.39 | 0.36 | 0.63 |
| Hex | C2 | BF | 7D | 0 | 2 | 24 | 18 | 39 | 24 | 3F |
| Octal | 302 | 277 | 175 | 0 | 2 | 44 | 30 | 71 | 44 | 77 |
| Binary | 11000010 | 10111111 | 1111101 | 0 | 10 | 100100 | 11000 | 111001 | 100100 | 111111 |
Color Harmonies of #C2BF7D
Complementary color
Monochromatic Colors of #C2BF7D
Black with #C2BF7D
Text Example
Text Example
White with #C2BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF7D; }
p { color: rgb(194,191,125); }
H1.HeaderClassName
{
color: #C2BF7D;
}
.AnyTagClassName
{
color: #C2BF7D;
}
</style>
background-color css
<style>
a { background-color: #C2BF7D; }
a { background-color: rgb(194,191,125); }
div.DivClassName
{
background-color: #C2BF7D;
}
.BgClassName
{
background-color: #C2BF7D;
}
</style>
border-color css
<style>
span { border-color: #C2BF7D; }
span { border-color: rgb(194,191,125); }
td.TdClassName
{
border-color: #C2BF7D;
}
.TagClassName
{
border-color: #C2BF7D;
}
</style>