Shades of Pine Glade #C4BF7D
Tints of Pine Glade #C4BF7D
RGB
CMYK
RGB Variations
Color information
#C4BF7D (or 0xC4BF7D) is known color: Pine Glade. HEX triplet: C4, BF and 7D. RGB value is (196,191,125). Sum of RGB (Red+Green+Blue) = 196+191+125=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF7D is #3B4082. Grayscale: #B9B9B9. Windows color (decimal): -3883139 or 8241092. OLE color: 8241092.
HSL color Cylindrical-coordinate representation of color #C4BF7D: hue angle of 55.77º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4BF7D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 125 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.23 |
| HSL | 55.77º | 0.38% | 0.63% | - |
| HSV(B) | 55.77º | 0.36% | 0.77% | - |
| XYZ | 45.1 | 50.48 | 26.77 | - |
| YUV | 184.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 125 | 0 | 0.03 | 0.36 | 0.23 | 55.77 | 0.38 | 0.63 |
| Hex | C4 | BF | 7D | 0 | 3 | 24 | 17 | 38 | 26 | 3F |
| Octal | 304 | 277 | 175 | 0 | 3 | 44 | 27 | 70 | 46 | 77 |
| Binary | 11000100 | 10111111 | 1111101 | 0 | 11 | 100100 | 10111 | 111000 | 100110 | 111111 |
Color Harmonies of #C4BF7D
Complementary color
Monochromatic Colors of #C4BF7D
Black with #C4BF7D
Text Example
Text Example
White with #C4BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF7D; }
p { color: rgb(196,191,125); }
H1.HeaderClassName
{
color: #C4BF7D;
}
.AnyTagClassName
{
color: #C4BF7D;
}
</style>
background-color css
<style>
a { background-color: #C4BF7D; }
a { background-color: rgb(196,191,125); }
div.DivClassName
{
background-color: #C4BF7D;
}
.BgClassName
{
background-color: #C4BF7D;
}
</style>
border-color css
<style>
span { border-color: #C4BF7D; }
span { border-color: rgb(196,191,125); }
td.TdClassName
{
border-color: #C4BF7D;
}
.TagClassName
{
border-color: #C4BF7D;
}
</style>