Shades of Cloud #C4BBAB
Tints of Cloud #C4BBAB
RGB
CMYK
RGB Variations
Color information
#C4BBAB (or 0xC4BBAB) is known color: Cloud. HEX triplet: C4, BB and AB. RGB value is (196,187,171). Sum of RGB (Red+Green+Blue) = 196+187+171=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBAB is #3B4454. Grayscale: #BBBBBB. Windows color (decimal): -3884117 or 11254724. OLE color: 11254724.
HSL color Cylindrical-coordinate representation of color #C4BBAB: hue angle of 38.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BBAB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 171 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.23 |
| HSL | 38.4º | 0.17% | 0.72% | - |
| HSV(B) | 38.4º | 0.13% | 0.77% | - |
| XYZ | 47.89 | 50.22 | 45.7 | - |
| YUV | 187.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 171 | 0 | 0.05 | 0.13 | 0.23 | 38.4 | 0.17 | 0.72 |
| Hex | C4 | BB | AB | 0 | 5 | D | 17 | 26 | 11 | 48 |
| Octal | 304 | 273 | 253 | 0 | 5 | 15 | 27 | 46 | 21 | 110 |
| Binary | 11000100 | 10111011 | 10101011 | 0 | 101 | 1101 | 10111 | 100110 | 10001 | 1001000 |
Color Harmonies of #C4BBAB
Complementary color
Monochromatic Colors of #C4BBAB
Black with #C4BBAB
Text Example
Text Example
White with #C4BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBAB; }
p { color: rgb(196,187,171); }
H1.HeaderClassName
{
color: #C4BBAB;
}
.AnyTagClassName
{
color: #C4BBAB;
}
</style>
background-color css
<style>
a { background-color: #C4BBAB; }
a { background-color: rgb(196,187,171); }
div.DivClassName
{
background-color: #C4BBAB;
}
.BgClassName
{
background-color: #C4BBAB;
}
</style>
border-color css
<style>
span { border-color: #C4BBAB; }
span { border-color: rgb(196,187,171); }
td.TdClassName
{
border-color: #C4BBAB;
}
.TagClassName
{
border-color: #C4BBAB;
}
</style>