Shades of Cloud #C3BBAC
Tints of Cloud #C3BBAC
RGB
CMYK
RGB Variations
Color information
#C3BBAC (or 0xC3BBAC) is known color: Cloud. HEX triplet: C3, BB and AC. RGB value is (195,187,172). Sum of RGB (Red+Green+Blue) = 195+187+172=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBAC is #3C4453. Grayscale: #BBBBBB. Windows color (decimal): -3949652 or 11320259. OLE color: 11320259.
HSL color Cylindrical-coordinate representation of color #C3BBAC: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BBAC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 172 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.24 |
| HSL | 39.13º | 0.16% | 0.72% | - |
| HSV(B) | 39.13º | 0.12% | 0.76% | - |
| XYZ | 47.72 | 50.12 | 46.19 | - |
| YUV | 187.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 172 | 0 | 0.04 | 0.12 | 0.24 | 39.13 | 0.16 | 0.72 |
| Hex | C3 | BB | AC | 0 | 4 | C | 18 | 27 | 10 | 48 |
| Octal | 303 | 273 | 254 | 0 | 4 | 14 | 30 | 47 | 20 | 110 |
| Binary | 11000011 | 10111011 | 10101100 | 0 | 100 | 1100 | 11000 | 100111 | 10000 | 1001000 |
Color Harmonies of #C3BBAC
Complementary color
Monochromatic Colors of #C3BBAC
Black with #C3BBAC
Text Example
Text Example
White with #C3BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBAC; }
p { color: rgb(195,187,172); }
H1.HeaderClassName
{
color: #C3BBAC;
}
.AnyTagClassName
{
color: #C3BBAC;
}
</style>
background-color css
<style>
a { background-color: #C3BBAC; }
a { background-color: rgb(195,187,172); }
div.DivClassName
{
background-color: #C3BBAC;
}
.BgClassName
{
background-color: #C3BBAC;
}
</style>
border-color css
<style>
span { border-color: #C3BBAC; }
span { border-color: rgb(195,187,172); }
td.TdClassName
{
border-color: #C3BBAC;
}
.TagClassName
{
border-color: #C3BBAC;
}
</style>