Shades of Cloud #C4C1BA
Tints of Cloud #C4C1BA
RGB
CMYK
RGB Variations
Color information
#C4C1BA (or 0xC4C1BA) is known color: Cloud. HEX triplet: C4, C1 and BA. RGB value is (196,193,186). Sum of RGB (Red+Green+Blue) = 196+193+186=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1BA is #3B3E45. Grayscale: #C1C1C1. Windows color (decimal): -3882566 or 12239300. OLE color: 12239300.
HSL color Cylindrical-coordinate representation of color #C4C1BA: hue angle of 42º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C1BA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 186 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.23 |
| HSL | 42º | 0.08% | 0.75% | - |
| HSV(B) | 42º | 0.05% | 0.77% | - |
| XYZ | 50.7 | 53.42 | 54.09 | - |
| YUV | 193.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 186 | 0 | 0.02 | 0.05 | 0.23 | 42 | 0.08 | 0.75 |
| Hex | C4 | C1 | BA | 0 | 2 | 5 | 17 | 2A | 8 | 4B |
| Octal | 304 | 301 | 272 | 0 | 2 | 5 | 27 | 52 | 10 | 113 |
| Binary | 11000100 | 11000001 | 10111010 | 0 | 10 | 101 | 10111 | 101010 | 1000 | 1001011 |
Color Harmonies of #C4C1BA
Complementary color
Monochromatic Colors of #C4C1BA
Black with #C4C1BA
Text Example
Text Example
White with #C4C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1BA; }
p { color: rgb(196,193,186); }
H1.HeaderClassName
{
color: #C4C1BA;
}
.AnyTagClassName
{
color: #C4C1BA;
}
</style>
background-color css
<style>
a { background-color: #C4C1BA; }
a { background-color: rgb(196,193,186); }
div.DivClassName
{
background-color: #C4C1BA;
}
.BgClassName
{
background-color: #C4C1BA;
}
</style>
border-color css
<style>
span { border-color: #C4C1BA; }
span { border-color: rgb(196,193,186); }
td.TdClassName
{
border-color: #C4C1BA;
}
.TagClassName
{
border-color: #C4C1BA;
}
</style>