Shades of Cloud #C6BCB1
Tints of Cloud #C6BCB1
RGB
CMYK
RGB Variations
Color information
#C6BCB1 (or 0xC6BCB1) is known color: Cloud. HEX triplet: C6, BC and B1. RGB value is (198,188,177). Sum of RGB (Red+Green+Blue) = 198+188+177=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCB1 is #39434E. Grayscale: #BDBDBD. Windows color (decimal): -3752783 or 11648198. OLE color: 11648198.
HSL color Cylindrical-coordinate representation of color #C6BCB1: hue angle of 31.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BCB1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 177 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.22 |
| HSL | 31.43º | 0.16% | 0.74% | - |
| HSV(B) | 31.43º | 0.11% | 0.78% | - |
| XYZ | 49.21 | 51.15 | 48.87 | - |
| YUV | 189.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 177 | 0 | 0.05 | 0.11 | 0.22 | 31.43 | 0.16 | 0.74 |
| Hex | C6 | BC | B1 | 0 | 5 | B | 16 | 1F | 10 | 4A |
| Octal | 306 | 274 | 261 | 0 | 5 | 13 | 26 | 37 | 20 | 112 |
| Binary | 11000110 | 10111100 | 10110001 | 0 | 101 | 1011 | 10110 | 11111 | 10000 | 1001010 |
Color Harmonies of #C6BCB1
Complementary color
Monochromatic Colors of #C6BCB1
Black with #C6BCB1
Text Example
Text Example
White with #C6BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCB1; }
p { color: rgb(198,188,177); }
H1.HeaderClassName
{
color: #C6BCB1;
}
.AnyTagClassName
{
color: #C6BCB1;
}
</style>
background-color css
<style>
a { background-color: #C6BCB1; }
a { background-color: rgb(198,188,177); }
div.DivClassName
{
background-color: #C6BCB1;
}
.BgClassName
{
background-color: #C6BCB1;
}
</style>
border-color css
<style>
span { border-color: #C6BCB1; }
span { border-color: rgb(198,188,177); }
td.TdClassName
{
border-color: #C6BCB1;
}
.TagClassName
{
border-color: #C6BCB1;
}
</style>