Shades of Cloud #C2BAB1
Tints of Cloud #C2BAB1
RGB
CMYK
RGB Variations
Color information
#C2BAB1 (or 0xC2BAB1) is known color: Cloud. HEX triplet: C2, BA and B1. RGB value is (194,186,177). Sum of RGB (Red+Green+Blue) = 194+186+177=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAB1 is #3D454E. Grayscale: #BBBBBB. Windows color (decimal): -4015439 or 11647682. OLE color: 11647682.
HSL color Cylindrical-coordinate representation of color #C2BAB1: hue angle of 31.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BAB1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 177 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.24 |
| HSL | 31.76º | 0.12% | 0.73% | - |
| HSV(B) | 31.76º | 0.09% | 0.76% | - |
| XYZ | 47.74 | 49.76 | 48.68 | - |
| YUV | 187.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 177 | 0 | 0.04 | 0.09 | 0.24 | 31.76 | 0.12 | 0.73 |
| Hex | C2 | BA | B1 | 0 | 4 | 9 | 18 | 20 | C | 49 |
| Octal | 302 | 272 | 261 | 0 | 4 | 11 | 30 | 40 | 14 | 111 |
| Binary | 11000010 | 10111010 | 10110001 | 0 | 100 | 1001 | 11000 | 100000 | 1100 | 1001001 |
Color Harmonies of #C2BAB1
Complementary color
Monochromatic Colors of #C2BAB1
Black with #C2BAB1
Text Example
Text Example
White with #C2BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAB1; }
p { color: rgb(194,186,177); }
H1.HeaderClassName
{
color: #C2BAB1;
}
.AnyTagClassName
{
color: #C2BAB1;
}
</style>
background-color css
<style>
a { background-color: #C2BAB1; }
a { background-color: rgb(194,186,177); }
div.DivClassName
{
background-color: #C2BAB1;
}
.BgClassName
{
background-color: #C2BAB1;
}
</style>
border-color css
<style>
span { border-color: #C2BAB1; }
span { border-color: rgb(194,186,177); }
td.TdClassName
{
border-color: #C2BAB1;
}
.TagClassName
{
border-color: #C2BAB1;
}
</style>