Shades of Cloud #C5BBAA
Tints of Cloud #C5BBAA
RGB
CMYK
RGB Variations
Color information
#C5BBAA (or 0xC5BBAA) is known color: Cloud. HEX triplet: C5, BB and AA. RGB value is (197,187,170). Sum of RGB (Red+Green+Blue) = 197+187+170=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAA is #3A4455. Grayscale: #BCBCBC. Windows color (decimal): -3818582 or 11189189. OLE color: 11189189.
HSL color Cylindrical-coordinate representation of color #C5BBAA: hue angle of 37.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BBAA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 170 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.23 |
| HSL | 37.78º | 0.19% | 0.72% | - |
| HSV(B) | 37.78º | 0.14% | 0.77% | - |
| XYZ | 48.05 | 50.31 | 45.21 | - |
| YUV | 188.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 170 | 0 | 0.05 | 0.14 | 0.23 | 37.78 | 0.19 | 0.72 |
| Hex | C5 | BB | AA | 0 | 5 | E | 17 | 26 | 13 | 48 |
| Octal | 305 | 273 | 252 | 0 | 5 | 16 | 27 | 46 | 23 | 110 |
| Binary | 11000101 | 10111011 | 10101010 | 0 | 101 | 1110 | 10111 | 100110 | 10011 | 1001000 |
Color Harmonies of #C5BBAA
Complementary color
Monochromatic Colors of #C5BBAA
Black with #C5BBAA
Text Example
Text Example
White with #C5BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBAA; }
p { color: rgb(197,187,170); }
H1.HeaderClassName
{
color: #C5BBAA;
}
.AnyTagClassName
{
color: #C5BBAA;
}
</style>
background-color css
<style>
a { background-color: #C5BBAA; }
a { background-color: rgb(197,187,170); }
div.DivClassName
{
background-color: #C5BBAA;
}
.BgClassName
{
background-color: #C5BBAA;
}
</style>
border-color css
<style>
span { border-color: #C5BBAA; }
span { border-color: rgb(197,187,170); }
td.TdClassName
{
border-color: #C5BBAA;
}
.TagClassName
{
border-color: #C5BBAA;
}
</style>