Shades of Cloud #C6BBAD
Tints of Cloud #C6BBAD
RGB
CMYK
RGB Variations
Color information
#C6BBAD (or 0xC6BBAD) is known color: Cloud. HEX triplet: C6, BB and AD. RGB value is (198,187,173). Sum of RGB (Red+Green+Blue) = 198+187+173=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAD is #394452. Grayscale: #BCBCBC. Windows color (decimal): -3753043 or 11385798. OLE color: 11385798.
HSL color Cylindrical-coordinate representation of color #C6BBAD: hue angle of 33.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6BBAD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 173 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.22 |
| HSL | 33.6º | 0.18% | 0.73% | - |
| HSV(B) | 33.6º | 0.13% | 0.78% | - |
| XYZ | 48.6 | 50.56 | 46.73 | - |
| YUV | 188.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 173 | 0 | 0.06 | 0.13 | 0.22 | 33.6 | 0.18 | 0.73 |
| Hex | C6 | BB | AD | 0 | 6 | D | 16 | 22 | 12 | 49 |
| Octal | 306 | 273 | 255 | 0 | 6 | 15 | 26 | 42 | 22 | 111 |
| Binary | 11000110 | 10111011 | 10101101 | 0 | 110 | 1101 | 10110 | 100010 | 10010 | 1001001 |
Color Harmonies of #C6BBAD
Complementary color
Monochromatic Colors of #C6BBAD
Black with #C6BBAD
Text Example
Text Example
White with #C6BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBAD; }
p { color: rgb(198,187,173); }
H1.HeaderClassName
{
color: #C6BBAD;
}
.AnyTagClassName
{
color: #C6BBAD;
}
</style>
background-color css
<style>
a { background-color: #C6BBAD; }
a { background-color: rgb(198,187,173); }
div.DivClassName
{
background-color: #C6BBAD;
}
.BgClassName
{
background-color: #C6BBAD;
}
</style>
border-color css
<style>
span { border-color: #C6BBAD; }
span { border-color: rgb(198,187,173); }
td.TdClassName
{
border-color: #C6BBAD;
}
.TagClassName
{
border-color: #C6BBAD;
}
</style>