Shades of Cloud #C4C1BC
Tints of Cloud #C4C1BC
RGB
CMYK
RGB Variations
Color information
#C4C1BC (or 0xC4C1BC) is known color: Cloud. HEX triplet: C4, C1 and BC. RGB value is (196,193,188). Sum of RGB (Red+Green+Blue) = 196+193+188=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1BC is #3B3E43. Grayscale: #C1C1C1. Windows color (decimal): -3882564 or 12370372. OLE color: 12370372.
HSL color Cylindrical-coordinate representation of color #C4C1BC: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C1BC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 188 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.23 |
| HSL | 37.5º | 0.06% | 0.75% | - |
| HSV(B) | 37.5º | 0.04% | 0.77% | - |
| XYZ | 50.91 | 53.51 | 55.22 | - |
| YUV | 193.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 188 | 0 | 0.02 | 0.04 | 0.23 | 37.5 | 0.06 | 0.75 |
| Hex | C4 | C1 | BC | 0 | 2 | 4 | 17 | 26 | 6 | 4B |
| Octal | 304 | 301 | 274 | 0 | 2 | 4 | 27 | 46 | 6 | 113 |
| Binary | 11000100 | 11000001 | 10111100 | 0 | 10 | 100 | 10111 | 100110 | 110 | 1001011 |
Color Harmonies of #C4C1BC
Complementary color
Monochromatic Colors of #C4C1BC
Black with #C4C1BC
Text Example
Text Example
White with #C4C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1BC; }
p { color: rgb(196,193,188); }
H1.HeaderClassName
{
color: #C4C1BC;
}
.AnyTagClassName
{
color: #C4C1BC;
}
</style>
background-color css
<style>
a { background-color: #C4C1BC; }
a { background-color: rgb(196,193,188); }
div.DivClassName
{
background-color: #C4C1BC;
}
.BgClassName
{
background-color: #C4C1BC;
}
</style>
border-color css
<style>
span { border-color: #C4C1BC; }
span { border-color: rgb(196,193,188); }
td.TdClassName
{
border-color: #C4C1BC;
}
.TagClassName
{
border-color: #C4C1BC;
}
</style>