Shades of Cloud #C3BBB1
Tints of Cloud #C3BBB1
RGB
CMYK
RGB Variations
Color information
#C3BBB1 (or 0xC3BBB1) is known color: Cloud. HEX triplet: C3, BB and B1. RGB value is (195,187,177). Sum of RGB (Red+Green+Blue) = 195+187+177=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBB1 is #3C444E. Grayscale: #BCBCBC. Windows color (decimal): -3949647 or 11647939. OLE color: 11647939.
HSL color Cylindrical-coordinate representation of color #C3BBB1: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BBB1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 177 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.24 |
| HSL | 33.33º | 0.13% | 0.73% | - |
| HSV(B) | 33.33º | 0.09% | 0.76% | - |
| XYZ | 48.21 | 50.32 | 48.77 | - |
| YUV | 188.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 177 | 0 | 0.04 | 0.09 | 0.24 | 33.33 | 0.13 | 0.73 |
| Hex | C3 | BB | B1 | 0 | 4 | 9 | 18 | 21 | D | 49 |
| Octal | 303 | 273 | 261 | 0 | 4 | 11 | 30 | 41 | 15 | 111 |
| Binary | 11000011 | 10111011 | 10110001 | 0 | 100 | 1001 | 11000 | 100001 | 1101 | 1001001 |
Color Harmonies of #C3BBB1
Complementary color
Monochromatic Colors of #C3BBB1
Black with #C3BBB1
Text Example
Text Example
White with #C3BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBB1; }
p { color: rgb(195,187,177); }
H1.HeaderClassName
{
color: #C3BBB1;
}
.AnyTagClassName
{
color: #C3BBB1;
}
</style>
background-color css
<style>
a { background-color: #C3BBB1; }
a { background-color: rgb(195,187,177); }
div.DivClassName
{
background-color: #C3BBB1;
}
.BgClassName
{
background-color: #C3BBB1;
}
</style>
border-color css
<style>
span { border-color: #C3BBB1; }
span { border-color: rgb(195,187,177); }
td.TdClassName
{
border-color: #C3BBB1;
}
.TagClassName
{
border-color: #C3BBB1;
}
</style>