Shades of Cloud #C4BCAF
Tints of Cloud #C4BCAF
RGB
CMYK
RGB Variations
Color information
#C4BCAF (or 0xC4BCAF) is known color: Cloud. HEX triplet: C4, BC and AF. RGB value is (196,188,175). Sum of RGB (Red+Green+Blue) = 196+188+175=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAF is #3B4350. Grayscale: #BCBCBC. Windows color (decimal): -3883857 or 11517124. OLE color: 11517124.
HSL color Cylindrical-coordinate representation of color #C4BCAF: hue angle of 37.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BCAF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 175 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.23 |
| HSL | 37.14º | 0.15% | 0.73% | - |
| HSV(B) | 37.14º | 0.11% | 0.77% | - |
| XYZ | 48.49 | 50.8 | 47.81 | - |
| YUV | 188.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 175 | 0 | 0.04 | 0.11 | 0.23 | 37.14 | 0.15 | 0.73 |
| Hex | C4 | BC | AF | 0 | 4 | B | 17 | 25 | F | 49 |
| Octal | 304 | 274 | 257 | 0 | 4 | 13 | 27 | 45 | 17 | 111 |
| Binary | 11000100 | 10111100 | 10101111 | 0 | 100 | 1011 | 10111 | 100101 | 1111 | 1001001 |
Color Harmonies of #C4BCAF
Complementary color
Monochromatic Colors of #C4BCAF
Black with #C4BCAF
Text Example
Text Example
White with #C4BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCAF; }
p { color: rgb(196,188,175); }
H1.HeaderClassName
{
color: #C4BCAF;
}
.AnyTagClassName
{
color: #C4BCAF;
}
</style>
background-color css
<style>
a { background-color: #C4BCAF; }
a { background-color: rgb(196,188,175); }
div.DivClassName
{
background-color: #C4BCAF;
}
.BgClassName
{
background-color: #C4BCAF;
}
</style>
border-color css
<style>
span { border-color: #C4BCAF; }
span { border-color: rgb(196,188,175); }
td.TdClassName
{
border-color: #C4BCAF;
}
.TagClassName
{
border-color: #C4BCAF;
}
</style>