Shades of Cloud #C5BAAC
Tints of Cloud #C5BAAC
RGB
CMYK
RGB Variations
Color information
#C5BAAC (or 0xC5BAAC) is known color: Cloud. HEX triplet: C5, BA and AC. RGB value is (197,186,172). Sum of RGB (Red+Green+Blue) = 197+186+172=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAAC is #3A4553. Grayscale: #BBBBBB. Windows color (decimal): -3818836 or 11320005. OLE color: 11320005.
HSL color Cylindrical-coordinate representation of color #C5BAAC: hue angle of 33.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BAAC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 172 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.23 |
| HSL | 33.6º | 0.18% | 0.72% | - |
| HSV(B) | 33.6º | 0.13% | 0.77% | - |
| XYZ | 48.03 | 49.97 | 46.14 | - |
| YUV | 187.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 172 | 0 | 0.06 | 0.13 | 0.23 | 33.6 | 0.18 | 0.72 |
| Hex | C5 | BA | AC | 0 | 6 | D | 17 | 22 | 12 | 48 |
| Octal | 305 | 272 | 254 | 0 | 6 | 15 | 27 | 42 | 22 | 110 |
| Binary | 11000101 | 10111010 | 10101100 | 0 | 110 | 1101 | 10111 | 100010 | 10010 | 1001000 |
Color Harmonies of #C5BAAC
Complementary color
Monochromatic Colors of #C5BAAC
Black with #C5BAAC
Text Example
Text Example
White with #C5BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAAC; }
p { color: rgb(197,186,172); }
H1.HeaderClassName
{
color: #C5BAAC;
}
.AnyTagClassName
{
color: #C5BAAC;
}
</style>
background-color css
<style>
a { background-color: #C5BAAC; }
a { background-color: rgb(197,186,172); }
div.DivClassName
{
background-color: #C5BAAC;
}
.BgClassName
{
background-color: #C5BAAC;
}
</style>
border-color css
<style>
span { border-color: #C5BAAC; }
span { border-color: rgb(197,186,172); }
td.TdClassName
{
border-color: #C5BAAC;
}
.TagClassName
{
border-color: #C5BAAC;
}
</style>