Shades of Cloud #C6BBAE
Tints of Cloud #C6BBAE
RGB
CMYK
RGB Variations
Color information
#C6BBAE (or 0xC6BBAE) is known color: Cloud. HEX triplet: C6, BB and AE. RGB value is (198,187,174). Sum of RGB (Red+Green+Blue) = 198+187+174=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAE is #394451. Grayscale: #BCBCBC. Windows color (decimal): -3753042 or 11451334. OLE color: 11451334.
HSL color Cylindrical-coordinate representation of color #C6BBAE: hue angle of 32.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BBAE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 174 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 32.5º | 0.17% | 0.73% | - |
| HSV(B) | 32.5º | 0.12% | 0.78% | - |
| XYZ | 48.7 | 50.6 | 47.24 | - |
| YUV | 188.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 174 | 0 | 0.06 | 0.12 | 0.22 | 32.5 | 0.17 | 0.73 |
| Hex | C6 | BB | AE | 0 | 6 | C | 16 | 20 | 11 | 49 |
| Octal | 306 | 273 | 256 | 0 | 6 | 14 | 26 | 40 | 21 | 111 |
| Binary | 11000110 | 10111011 | 10101110 | 0 | 110 | 1100 | 10110 | 100000 | 10001 | 1001001 |
Color Harmonies of #C6BBAE
Complementary color
Monochromatic Colors of #C6BBAE
Black with #C6BBAE
Text Example
Text Example
White with #C6BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBAE; }
p { color: rgb(198,187,174); }
H1.HeaderClassName
{
color: #C6BBAE;
}
.AnyTagClassName
{
color: #C6BBAE;
}
</style>
background-color css
<style>
a { background-color: #C6BBAE; }
a { background-color: rgb(198,187,174); }
div.DivClassName
{
background-color: #C6BBAE;
}
.BgClassName
{
background-color: #C6BBAE;
}
</style>
border-color css
<style>
span { border-color: #C6BBAE; }
span { border-color: rgb(198,187,174); }
td.TdClassName
{
border-color: #C6BBAE;
}
.TagClassName
{
border-color: #C6BBAE;
}
</style>