Shades of Cloud #C5BBB0
Tints of Cloud #C5BBB0
RGB
CMYK
RGB Variations
Color information
#C5BBB0 (or 0xC5BBB0) is known color: Cloud. HEX triplet: C5, BB and B0. RGB value is (197,187,176). Sum of RGB (Red+Green+Blue) = 197+187+176=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBB0 is #3A444F. Grayscale: #BCBCBC. Windows color (decimal): -3818576 or 11582405. OLE color: 11582405.
HSL color Cylindrical-coordinate representation of color #C5BBB0: hue angle of 31.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BBB0 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 176 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.23 |
| HSL | 31.43º | 0.15% | 0.73% | - |
| HSV(B) | 31.43º | 0.11% | 0.77% | - |
| XYZ | 48.63 | 50.55 | 48.27 | - |
| YUV | 188.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 176 | 0 | 0.05 | 0.11 | 0.23 | 31.43 | 0.15 | 0.73 |
| Hex | C5 | BB | B0 | 0 | 5 | B | 17 | 1F | F | 49 |
| Octal | 305 | 273 | 260 | 0 | 5 | 13 | 27 | 37 | 17 | 111 |
| Binary | 11000101 | 10111011 | 10110000 | 0 | 101 | 1011 | 10111 | 11111 | 1111 | 1001001 |
Color Harmonies of #C5BBB0
Complementary color
Monochromatic Colors of #C5BBB0
Black with #C5BBB0
Text Example
Text Example
White with #C5BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBB0; }
p { color: rgb(197,187,176); }
H1.HeaderClassName
{
color: #C5BBB0;
}
.AnyTagClassName
{
color: #C5BBB0;
}
</style>
background-color css
<style>
a { background-color: #C5BBB0; }
a { background-color: rgb(197,187,176); }
div.DivClassName
{
background-color: #C5BBB0;
}
.BgClassName
{
background-color: #C5BBB0;
}
</style>
border-color css
<style>
span { border-color: #C5BBB0; }
span { border-color: rgb(197,187,176); }
td.TdClassName
{
border-color: #C5BBB0;
}
.TagClassName
{
border-color: #C5BBB0;
}
</style>