Shades of Pine Glade #C1BE80
Tints of Pine Glade #C1BE80
RGB
CMYK
RGB Variations
Color information
#C1BE80 (or 0xC1BE80) is known color: Pine Glade. HEX triplet: C1, BE and 80. RGB value is (193,190,128). Sum of RGB (Red+Green+Blue) = 193+190+128=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE80 is #3E417F. Grayscale: #B8B8B8. Windows color (decimal): -4080000 or 8437441. OLE color: 8437441.
HSL color Cylindrical-coordinate representation of color #C1BE80: hue angle of 57.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1BE80 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 128 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.24 |
| HSL | 57.23º | 0.34% | 0.63% | - |
| HSV(B) | 57.23º | 0.34% | 0.76% | - |
| XYZ | 44.3 | 49.72 | 27.68 | - |
| YUV | 183.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 128 | 0 | 0.02 | 0.34 | 0.24 | 57.23 | 0.34 | 0.63 |
| Hex | C1 | BE | 80 | 0 | 2 | 22 | 18 | 39 | 22 | 3F |
| Octal | 301 | 276 | 200 | 0 | 2 | 42 | 30 | 71 | 42 | 77 |
| Binary | 11000001 | 10111110 | 10000000 | 0 | 10 | 100010 | 11000 | 111001 | 100010 | 111111 |
Color Harmonies of #C1BE80
Complementary color
Monochromatic Colors of #C1BE80
Black with #C1BE80
Text Example
Text Example
White with #C1BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE80; }
p { color: rgb(193,190,128); }
H1.HeaderClassName
{
color: #C1BE80;
}
.AnyTagClassName
{
color: #C1BE80;
}
</style>
background-color css
<style>
a { background-color: #C1BE80; }
a { background-color: rgb(193,190,128); }
div.DivClassName
{
background-color: #C1BE80;
}
.BgClassName
{
background-color: #C1BE80;
}
</style>
border-color css
<style>
span { border-color: #C1BE80; }
span { border-color: rgb(193,190,128); }
td.TdClassName
{
border-color: #C1BE80;
}
.TagClassName
{
border-color: #C1BE80;
}
</style>