Shades of Cloud #C6BCAB
Tints of Cloud #C6BCAB
RGB
CMYK
RGB Variations
Color information
#C6BCAB (or 0xC6BCAB) is known color: Cloud. HEX triplet: C6, BC and AB. RGB value is (198,188,171). Sum of RGB (Red+Green+Blue) = 198+188+171=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCAB is #394354. Grayscale: #BDBDBD. Windows color (decimal): -3752789 or 11254982. OLE color: 11254982.
HSL color Cylindrical-coordinate representation of color #C6BCAB: hue angle of 37.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BCAB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 171 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.22 |
| HSL | 37.78º | 0.19% | 0.72% | - |
| HSV(B) | 37.78º | 0.14% | 0.78% | - |
| XYZ | 48.62 | 50.91 | 45.79 | - |
| YUV | 189.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 171 | 0 | 0.05 | 0.14 | 0.22 | 37.78 | 0.19 | 0.72 |
| Hex | C6 | BC | AB | 0 | 5 | E | 16 | 26 | 13 | 48 |
| Octal | 306 | 274 | 253 | 0 | 5 | 16 | 26 | 46 | 23 | 110 |
| Binary | 11000110 | 10111100 | 10101011 | 0 | 101 | 1110 | 10110 | 100110 | 10011 | 1001000 |
Color Harmonies of #C6BCAB
Complementary color
Monochromatic Colors of #C6BCAB
Black with #C6BCAB
Text Example
Text Example
White with #C6BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCAB; }
p { color: rgb(198,188,171); }
H1.HeaderClassName
{
color: #C6BCAB;
}
.AnyTagClassName
{
color: #C6BCAB;
}
</style>
background-color css
<style>
a { background-color: #C6BCAB; }
a { background-color: rgb(198,188,171); }
div.DivClassName
{
background-color: #C6BCAB;
}
.BgClassName
{
background-color: #C6BCAB;
}
</style>
border-color css
<style>
span { border-color: #C6BCAB; }
span { border-color: rgb(198,188,171); }
td.TdClassName
{
border-color: #C6BCAB;
}
.TagClassName
{
border-color: #C6BCAB;
}
</style>