Shades of Cloud #C4BCAC
Tints of Cloud #C4BCAC
RGB
CMYK
RGB Variations
Color information
#C4BCAC (or 0xC4BCAC) is known color: Cloud. HEX triplet: C4, BC and AC. RGB value is (196,188,172). Sum of RGB (Red+Green+Blue) = 196+188+172=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAC is #3B4353. Grayscale: #BCBCBC. Windows color (decimal): -3883860 or 11320516. OLE color: 11320516.
HSL color Cylindrical-coordinate representation of color #C4BCAC: hue angle of 40º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4BCAC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 172 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.23 |
| HSL | 40º | 0.17% | 0.72% | - |
| HSV(B) | 40º | 0.12% | 0.77% | - |
| XYZ | 48.19 | 50.68 | 46.27 | - |
| YUV | 188.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 172 | 0 | 0.04 | 0.12 | 0.23 | 40 | 0.17 | 0.72 |
| Hex | C4 | BC | AC | 0 | 4 | C | 17 | 28 | 11 | 48 |
| Octal | 304 | 274 | 254 | 0 | 4 | 14 | 27 | 50 | 21 | 110 |
| Binary | 11000100 | 10111100 | 10101100 | 0 | 100 | 1100 | 10111 | 101000 | 10001 | 1001000 |
Color Harmonies of #C4BCAC
Complementary color
Monochromatic Colors of #C4BCAC
Black with #C4BCAC
Text Example
Text Example
White with #C4BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCAC; }
p { color: rgb(196,188,172); }
H1.HeaderClassName
{
color: #C4BCAC;
}
.AnyTagClassName
{
color: #C4BCAC;
}
</style>
background-color css
<style>
a { background-color: #C4BCAC; }
a { background-color: rgb(196,188,172); }
div.DivClassName
{
background-color: #C4BCAC;
}
.BgClassName
{
background-color: #C4BCAC;
}
</style>
border-color css
<style>
span { border-color: #C4BCAC; }
span { border-color: rgb(196,188,172); }
td.TdClassName
{
border-color: #C4BCAC;
}
.TagClassName
{
border-color: #C4BCAC;
}
</style>