Shades of Cloud #C5C1BA
Tints of Cloud #C5C1BA
RGB
CMYK
RGB Variations
Color information
#C5C1BA (or 0xC5C1BA) is known color: Cloud. HEX triplet: C5, C1 and BA. RGB value is (197,193,186). Sum of RGB (Red+Green+Blue) = 197+193+186=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1BA is #3A3E45. Grayscale: #C1C1C1. Windows color (decimal): -3817030 or 12239301. OLE color: 12239301.
HSL color Cylindrical-coordinate representation of color #C5C1BA: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5C1BA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 186 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.23 |
| HSL | 38.18º | 0.09% | 0.75% | - |
| HSV(B) | 38.18º | 0.06% | 0.77% | - |
| XYZ | 50.96 | 53.56 | 54.11 | - |
| YUV | 193.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 186 | 0 | 0.02 | 0.06 | 0.23 | 38.18 | 0.09 | 0.75 |
| Hex | C5 | C1 | BA | 0 | 2 | 6 | 17 | 26 | 9 | 4B |
| Octal | 305 | 301 | 272 | 0 | 2 | 6 | 27 | 46 | 11 | 113 |
| Binary | 11000101 | 11000001 | 10111010 | 0 | 10 | 110 | 10111 | 100110 | 1001 | 1001011 |
Color Harmonies of #C5C1BA
Complementary color
Monochromatic Colors of #C5C1BA
Black with #C5C1BA
Text Example
Text Example
White with #C5C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1BA; }
p { color: rgb(197,193,186); }
H1.HeaderClassName
{
color: #C5C1BA;
}
.AnyTagClassName
{
color: #C5C1BA;
}
</style>
background-color css
<style>
a { background-color: #C5C1BA; }
a { background-color: rgb(197,193,186); }
div.DivClassName
{
background-color: #C5C1BA;
}
.BgClassName
{
background-color: #C5C1BA;
}
</style>
border-color css
<style>
span { border-color: #C5C1BA; }
span { border-color: rgb(197,193,186); }
td.TdClassName
{
border-color: #C5C1BA;
}
.TagClassName
{
border-color: #C5C1BA;
}
</style>