Shades of Cloud #C2C0BC
Tints of Cloud #C2C0BC
RGB
CMYK
RGB Variations
Color information
#C2C0BC (or 0xC2C0BC) is known color: Cloud. HEX triplet: C2, C0 and BC. RGB value is (194,192,188). Sum of RGB (Red+Green+Blue) = 194+192+188=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0BC is #3D3F43. Grayscale: #C0C0C0. Windows color (decimal): -4013892 or 12370114. OLE color: 12370114.
HSL color Cylindrical-coordinate representation of color #C2C0BC: hue angle of 40º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2C0BC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 188 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.24 |
| HSL | 40º | 0.05% | 0.75% | - |
| HSV(B) | 40º | 0.03% | 0.76% | - |
| XYZ | 50.17 | 52.8 | 55.12 | - |
| YUV | 192.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 188 | 0 | 0.01 | 0.03 | 0.24 | 40 | 0.05 | 0.75 |
| Hex | C2 | C0 | BC | 0 | 1 | 3 | 18 | 28 | 5 | 4B |
| Octal | 302 | 300 | 274 | 0 | 1 | 3 | 30 | 50 | 5 | 113 |
| Binary | 11000010 | 11000000 | 10111100 | 0 | 1 | 11 | 11000 | 101000 | 101 | 1001011 |
Color Harmonies of #C2C0BC
Complementary color
Monochromatic Colors of #C2C0BC
Black with #C2C0BC
Text Example
Text Example
White with #C2C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0BC; }
p { color: rgb(194,192,188); }
H1.HeaderClassName
{
color: #C2C0BC;
}
.AnyTagClassName
{
color: #C2C0BC;
}
</style>
background-color css
<style>
a { background-color: #C2C0BC; }
a { background-color: rgb(194,192,188); }
div.DivClassName
{
background-color: #C2C0BC;
}
.BgClassName
{
background-color: #C2C0BC;
}
</style>
border-color css
<style>
span { border-color: #C2C0BC; }
span { border-color: rgb(194,192,188); }
td.TdClassName
{
border-color: #C2C0BC;
}
.TagClassName
{
border-color: #C2C0BC;
}
</style>