Shades of Ash #C1BE9F
Tints of Ash #C1BE9F
RGB
CMYK
RGB Variations
Color information
#C1BE9F (or 0xC1BE9F) is known color: Ash. HEX triplet: C1, BE and 9F. RGB value is (193,190,159). Sum of RGB (Red+Green+Blue) = 193+190+159=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE9F is #3E4160. Grayscale: #BBBBBB. Windows color (decimal): -4079969 or 10469057. OLE color: 10469057.
HSL color Cylindrical-coordinate representation of color #C1BE9F: hue angle of 54.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BE9F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 159 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 54.71º | 0.22% | 0.69% | - |
| HSV(B) | 54.71º | 0.18% | 0.76% | - |
| XYZ | 46.66 | 50.67 | 40.12 | - |
| YUV | 187.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 159 | 0 | 0.02 | 0.18 | 0.24 | 54.71 | 0.22 | 0.69 |
| Hex | C1 | BE | 9F | 0 | 2 | 12 | 18 | 37 | 16 | 45 |
| Octal | 301 | 276 | 237 | 0 | 2 | 22 | 30 | 67 | 26 | 105 |
| Binary | 11000001 | 10111110 | 10011111 | 0 | 10 | 10010 | 11000 | 110111 | 10110 | 1000101 |
Color Harmonies of #C1BE9F
Complementary color
Monochromatic Colors of #C1BE9F
Black with #C1BE9F
Text Example
Text Example
White with #C1BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE9F; }
p { color: rgb(193,190,159); }
H1.HeaderClassName
{
color: #C1BE9F;
}
.AnyTagClassName
{
color: #C1BE9F;
}
</style>
background-color css
<style>
a { background-color: #C1BE9F; }
a { background-color: rgb(193,190,159); }
div.DivClassName
{
background-color: #C1BE9F;
}
.BgClassName
{
background-color: #C1BE9F;
}
</style>
border-color css
<style>
span { border-color: #C1BE9F; }
span { border-color: rgb(193,190,159); }
td.TdClassName
{
border-color: #C1BE9F;
}
.TagClassName
{
border-color: #C1BE9F;
}
</style>