Shades of Pine Glade #C1BF7D
Tints of Pine Glade #C1BF7D
RGB
CMYK
RGB Variations
Color information
#C1BF7D (or 0xC1BF7D) is known color: Pine Glade. HEX triplet: C1, BF and 7D. RGB value is (193,191,125). Sum of RGB (Red+Green+Blue) = 193+191+125=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF7D is #3E4082. Grayscale: #B8B8B8. Windows color (decimal): -4079747 or 8241089. OLE color: 8241089.
HSL color Cylindrical-coordinate representation of color #C1BF7D: hue angle of 58.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1BF7D is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 125 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.24 |
| HSL | 58.24º | 0.35% | 0.62% | - |
| HSV(B) | 58.24º | 0.35% | 0.76% | - |
| XYZ | 44.32 | 50.08 | 26.73 | - |
| YUV | 184.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 125 | 0 | 0.01 | 0.35 | 0.24 | 58.24 | 0.35 | 0.62 |
| Hex | C1 | BF | 7D | 0 | 1 | 23 | 18 | 3A | 23 | 3E |
| Octal | 301 | 277 | 175 | 0 | 1 | 43 | 30 | 72 | 43 | 76 |
| Binary | 11000001 | 10111111 | 1111101 | 0 | 1 | 100011 | 11000 | 111010 | 100011 | 111110 |
Color Harmonies of #C1BF7D
Complementary color
Monochromatic Colors of #C1BF7D
Black with #C1BF7D
Text Example
Text Example
White with #C1BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF7D; }
p { color: rgb(193,191,125); }
H1.HeaderClassName
{
color: #C1BF7D;
}
.AnyTagClassName
{
color: #C1BF7D;
}
</style>
background-color css
<style>
a { background-color: #C1BF7D; }
a { background-color: rgb(193,191,125); }
div.DivClassName
{
background-color: #C1BF7D;
}
.BgClassName
{
background-color: #C1BF7D;
}
</style>
border-color css
<style>
span { border-color: #C1BF7D; }
span { border-color: rgb(193,191,125); }
td.TdClassName
{
border-color: #C1BF7D;
}
.TagClassName
{
border-color: #C1BF7D;
}
</style>