Shades of Cloud #C6BFB0
Tints of Cloud #C6BFB0
RGB
CMYK
RGB Variations
Color information
#C6BFB0 (or 0xC6BFB0) is known color: Cloud. HEX triplet: C6, BF and B0. RGB value is (198,191,176). Sum of RGB (Red+Green+Blue) = 198+191+176=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFB0 is #39404F. Grayscale: #BFBFBF. Windows color (decimal): -3752016 or 11583430. OLE color: 11583430.
HSL color Cylindrical-coordinate representation of color #C6BFB0: hue angle of 40.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BFB0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 176 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.22 |
| HSL | 40.91º | 0.16% | 0.73% | - |
| HSV(B) | 40.91º | 0.11% | 0.78% | - |
| XYZ | 49.76 | 52.4 | 48.57 | - |
| YUV | 191.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 176 | 0 | 0.04 | 0.11 | 0.22 | 40.91 | 0.16 | 0.73 |
| Hex | C6 | BF | B0 | 0 | 4 | B | 16 | 29 | 10 | 49 |
| Octal | 306 | 277 | 260 | 0 | 4 | 13 | 26 | 51 | 20 | 111 |
| Binary | 11000110 | 10111111 | 10110000 | 0 | 100 | 1011 | 10110 | 101001 | 10000 | 1001001 |
Color Harmonies of #C6BFB0
Complementary color
Monochromatic Colors of #C6BFB0
Black with #C6BFB0
Text Example
Text Example
White with #C6BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFB0; }
p { color: rgb(198,191,176); }
H1.HeaderClassName
{
color: #C6BFB0;
}
.AnyTagClassName
{
color: #C6BFB0;
}
</style>
background-color css
<style>
a { background-color: #C6BFB0; }
a { background-color: rgb(198,191,176); }
div.DivClassName
{
background-color: #C6BFB0;
}
.BgClassName
{
background-color: #C6BFB0;
}
</style>
border-color css
<style>
span { border-color: #C6BFB0; }
span { border-color: rgb(198,191,176); }
td.TdClassName
{
border-color: #C6BFB0;
}
.TagClassName
{
border-color: #C6BFB0;
}
</style>