Shades of Cloud #C1BAB0
Tints of Cloud #C1BAB0
RGB
CMYK
RGB Variations
Color information
#C1BAB0 (or 0xC1BAB0) is known color: Cloud. HEX triplet: C1, BA and B0. RGB value is (193,186,176). Sum of RGB (Red+Green+Blue) = 193+186+176=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAB0 is #3E454F. Grayscale: #BBBBBB. Windows color (decimal): -4080976 or 11582145. OLE color: 11582145.
HSL color Cylindrical-coordinate representation of color #C1BAB0: hue angle of 35.29º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BAB0 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 176 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.24 |
| HSL | 35.29º | 0.12% | 0.72% | - |
| HSV(B) | 35.29º | 0.09% | 0.76% | - |
| XYZ | 47.39 | 49.59 | 48.15 | - |
| YUV | 186.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 176 | 0 | 0.04 | 0.09 | 0.24 | 35.29 | 0.12 | 0.72 |
| Hex | C1 | BA | B0 | 0 | 4 | 9 | 18 | 23 | C | 48 |
| Octal | 301 | 272 | 260 | 0 | 4 | 11 | 30 | 43 | 14 | 110 |
| Binary | 11000001 | 10111010 | 10110000 | 0 | 100 | 1001 | 11000 | 100011 | 1100 | 1001000 |
Color Harmonies of #C1BAB0
Complementary color
Monochromatic Colors of #C1BAB0
Black with #C1BAB0
Text Example
Text Example
White with #C1BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAB0; }
p { color: rgb(193,186,176); }
H1.HeaderClassName
{
color: #C1BAB0;
}
.AnyTagClassName
{
color: #C1BAB0;
}
</style>
background-color css
<style>
a { background-color: #C1BAB0; }
a { background-color: rgb(193,186,176); }
div.DivClassName
{
background-color: #C1BAB0;
}
.BgClassName
{
background-color: #C1BAB0;
}
</style>
border-color css
<style>
span { border-color: #C1BAB0; }
span { border-color: rgb(193,186,176); }
td.TdClassName
{
border-color: #C1BAB0;
}
.TagClassName
{
border-color: #C1BAB0;
}
</style>