Shades of Cloud #C1BBB0
Tints of Cloud #C1BBB0
RGB
CMYK
RGB Variations
Color information
#C1BBB0 (or 0xC1BBB0) is known color: Cloud. HEX triplet: C1, BB and B0. RGB value is (193,187,176). Sum of RGB (Red+Green+Blue) = 193+187+176=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBB0 is #3E444F. Grayscale: #BBBBBB. Windows color (decimal): -4080720 or 11582401. OLE color: 11582401.
HSL color Cylindrical-coordinate representation of color #C1BBB0: hue angle of 38.82º 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 #C1BBB0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 176 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.24 |
| HSL | 38.82º | 0.12% | 0.72% | - |
| HSV(B) | 38.82º | 0.09% | 0.76% | - |
| XYZ | 47.6 | 50.01 | 48.22 | - |
| YUV | 187.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 176 | 0 | 0.03 | 0.09 | 0.24 | 38.82 | 0.12 | 0.72 |
| Hex | C1 | BB | B0 | 0 | 3 | 9 | 18 | 27 | C | 48 |
| Octal | 301 | 273 | 260 | 0 | 3 | 11 | 30 | 47 | 14 | 110 |
| Binary | 11000001 | 10111011 | 10110000 | 0 | 11 | 1001 | 11000 | 100111 | 1100 | 1001000 |
Color Harmonies of #C1BBB0
Complementary color
Monochromatic Colors of #C1BBB0
Black with #C1BBB0
Text Example
Text Example
White with #C1BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBB0; }
p { color: rgb(193,187,176); }
H1.HeaderClassName
{
color: #C1BBB0;
}
.AnyTagClassName
{
color: #C1BBB0;
}
</style>
background-color css
<style>
a { background-color: #C1BBB0; }
a { background-color: rgb(193,187,176); }
div.DivClassName
{
background-color: #C1BBB0;
}
.BgClassName
{
background-color: #C1BBB0;
}
</style>
border-color css
<style>
span { border-color: #C1BBB0; }
span { border-color: rgb(193,187,176); }
td.TdClassName
{
border-color: #C1BBB0;
}
.TagClassName
{
border-color: #C1BBB0;
}
</style>