Shades of Cloud #C5BAA8
Tints of Cloud #C5BAA8
RGB
CMYK
RGB Variations
Color information
#C5BAA8 (or 0xC5BAA8) is known color: Cloud. HEX triplet: C5, BA and A8. RGB value is (197,186,168). Sum of RGB (Red+Green+Blue) = 197+186+168=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAA8 is #3A4557. Grayscale: #BBBBBB. Windows color (decimal): -3818840 or 11057861. OLE color: 11057861.
HSL color Cylindrical-coordinate representation of color #C5BAA8: hue angle of 37.24º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5BAA8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 168 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.23 |
| HSL | 37.24º | 0.2% | 0.72% | - |
| HSV(B) | 37.24º | 0.15% | 0.77% | - |
| XYZ | 47.65 | 49.82 | 44.15 | - |
| YUV | 187.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 168 | 0 | 0.06 | 0.15 | 0.23 | 37.24 | 0.2 | 0.72 |
| Hex | C5 | BA | A8 | 0 | 6 | F | 17 | 25 | 14 | 48 |
| Octal | 305 | 272 | 250 | 0 | 6 | 17 | 27 | 45 | 24 | 110 |
| Binary | 11000101 | 10111010 | 10101000 | 0 | 110 | 1111 | 10111 | 100101 | 10100 | 1001000 |
Color Harmonies of #C5BAA8
Complementary color
Monochromatic Colors of #C5BAA8
Black with #C5BAA8
Text Example
Text Example
White with #C5BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAA8; }
p { color: rgb(197,186,168); }
H1.HeaderClassName
{
color: #C5BAA8;
}
.AnyTagClassName
{
color: #C5BAA8;
}
</style>
background-color css
<style>
a { background-color: #C5BAA8; }
a { background-color: rgb(197,186,168); }
div.DivClassName
{
background-color: #C5BAA8;
}
.BgClassName
{
background-color: #C5BAA8;
}
</style>
border-color css
<style>
span { border-color: #C5BAA8; }
span { border-color: rgb(197,186,168); }
td.TdClassName
{
border-color: #C5BAA8;
}
.TagClassName
{
border-color: #C5BAA8;
}
</style>