Shades of Cloud #C5BBAE
Tints of Cloud #C5BBAE
RGB
CMYK
RGB Variations
Color information
#C5BBAE (or 0xC5BBAE) is known color: Cloud. HEX triplet: C5, BB and AE. RGB value is (197,187,174). Sum of RGB (Red+Green+Blue) = 197+187+174=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAE is #3A4451. Grayscale: #BCBCBC. Windows color (decimal): -3818578 or 11451333. OLE color: 11451333.
HSL color Cylindrical-coordinate representation of color #C5BBAE: hue angle of 33.91º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BBAE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 174 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.23 |
| HSL | 33.91º | 0.17% | 0.73% | - |
| HSV(B) | 33.91º | 0.12% | 0.77% | - |
| XYZ | 48.44 | 50.47 | 47.23 | - |
| YUV | 188.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 174 | 0 | 0.05 | 0.12 | 0.23 | 33.91 | 0.17 | 0.73 |
| Hex | C5 | BB | AE | 0 | 5 | C | 17 | 22 | 11 | 49 |
| Octal | 305 | 273 | 256 | 0 | 5 | 14 | 27 | 42 | 21 | 111 |
| Binary | 11000101 | 10111011 | 10101110 | 0 | 101 | 1100 | 10111 | 100010 | 10001 | 1001001 |
Color Harmonies of #C5BBAE
Complementary color
Monochromatic Colors of #C5BBAE
Black with #C5BBAE
Text Example
Text Example
White with #C5BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBAE; }
p { color: rgb(197,187,174); }
H1.HeaderClassName
{
color: #C5BBAE;
}
.AnyTagClassName
{
color: #C5BBAE;
}
</style>
background-color css
<style>
a { background-color: #C5BBAE; }
a { background-color: rgb(197,187,174); }
div.DivClassName
{
background-color: #C5BBAE;
}
.BgClassName
{
background-color: #C5BBAE;
}
</style>
border-color css
<style>
span { border-color: #C5BBAE; }
span { border-color: rgb(197,187,174); }
td.TdClassName
{
border-color: #C5BBAE;
}
.TagClassName
{
border-color: #C5BBAE;
}
</style>