Shades of Pine Glade #C1BF7A
Tints of Pine Glade #C1BF7A
RGB
CMYK
RGB Variations
Color information
#C1BF7A (or 0xC1BF7A) is known color: Pine Glade. HEX triplet: C1, BF and 7A. RGB value is (193,191,122). Sum of RGB (Red+Green+Blue) = 193+191+122=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF7A is #3E4085. Grayscale: #B8B8B8. Windows color (decimal): -4079750 or 8044481. OLE color: 8044481.
HSL color Cylindrical-coordinate representation of color #C1BF7A: hue angle of 58.31º degrees, saturation: 0.36, 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 #C1BF7A is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 122 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.24 |
| HSL | 58.31º | 0.36% | 0.62% | - |
| HSV(B) | 58.31º | 0.37% | 0.76% | - |
| XYZ | 44.14 | 50 | 25.74 | - |
| YUV | 183.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 122 | 0 | 0.01 | 0.37 | 0.24 | 58.31 | 0.36 | 0.62 |
| Hex | C1 | BF | 7A | 0 | 1 | 25 | 18 | 3A | 24 | 3E |
| Octal | 301 | 277 | 172 | 0 | 1 | 45 | 30 | 72 | 44 | 76 |
| Binary | 11000001 | 10111111 | 1111010 | 0 | 1 | 100101 | 11000 | 111010 | 100100 | 111110 |
Color Harmonies of #C1BF7A
Complementary color
Monochromatic Colors of #C1BF7A
Black with #C1BF7A
Text Example
Text Example
White with #C1BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF7A; }
p { color: rgb(193,191,122); }
H1.HeaderClassName
{
color: #C1BF7A;
}
.AnyTagClassName
{
color: #C1BF7A;
}
</style>
background-color css
<style>
a { background-color: #C1BF7A; }
a { background-color: rgb(193,191,122); }
div.DivClassName
{
background-color: #C1BF7A;
}
.BgClassName
{
background-color: #C1BF7A;
}
</style>
border-color css
<style>
span { border-color: #C1BF7A; }
span { border-color: rgb(193,191,122); }
td.TdClassName
{
border-color: #C1BF7A;
}
.TagClassName
{
border-color: #C1BF7A;
}
</style>