Shades of Cloud #C6BBAF
Tints of Cloud #C6BBAF
RGB
CMYK
RGB Variations
Color information
#C6BBAF (or 0xC6BBAF) is known color: Cloud. HEX triplet: C6, BB and AF. RGB value is (198,187,175). Sum of RGB (Red+Green+Blue) = 198+187+175=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAF is #394450. Grayscale: #BCBCBC. Windows color (decimal): -3753041 or 11516870. OLE color: 11516870.
HSL color Cylindrical-coordinate representation of color #C6BBAF: hue angle of 31.3º 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 #C6BBAF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 175 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 31.3º | 0.17% | 0.73% | - |
| HSV(B) | 31.3º | 0.12% | 0.78% | - |
| XYZ | 48.8 | 50.64 | 47.76 | - |
| YUV | 188.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 175 | 0 | 0.06 | 0.12 | 0.22 | 31.3 | 0.17 | 0.73 |
| Hex | C6 | BB | AF | 0 | 6 | C | 16 | 1F | 11 | 49 |
| Octal | 306 | 273 | 257 | 0 | 6 | 14 | 26 | 37 | 21 | 111 |
| Binary | 11000110 | 10111011 | 10101111 | 0 | 110 | 1100 | 10110 | 11111 | 10001 | 1001001 |
Color Harmonies of #C6BBAF
Complementary color
Monochromatic Colors of #C6BBAF
Black with #C6BBAF
Text Example
Text Example
White with #C6BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBAF; }
p { color: rgb(198,187,175); }
H1.HeaderClassName
{
color: #C6BBAF;
}
.AnyTagClassName
{
color: #C6BBAF;
}
</style>
background-color css
<style>
a { background-color: #C6BBAF; }
a { background-color: rgb(198,187,175); }
div.DivClassName
{
background-color: #C6BBAF;
}
.BgClassName
{
background-color: #C6BBAF;
}
</style>
border-color css
<style>
span { border-color: #C6BBAF; }
span { border-color: rgb(198,187,175); }
td.TdClassName
{
border-color: #C6BBAF;
}
.TagClassName
{
border-color: #C6BBAF;
}
</style>