Shades of Cloud #C5BCAC
Tints of Cloud #C5BCAC
RGB
CMYK
RGB Variations
Color information
#C5BCAC (or 0xC5BCAC) is known color: Cloud. HEX triplet: C5, BC and AC. RGB value is (197,188,172). Sum of RGB (Red+Green+Blue) = 197+188+172=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAC is #3A4353. Grayscale: #BCBCBC. Windows color (decimal): -3818324 or 11320517. OLE color: 11320517.
HSL color Cylindrical-coordinate representation of color #C5BCAC: hue angle of 38.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BCAC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 172 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.23 |
| HSL | 38.4º | 0.18% | 0.72% | - |
| HSV(B) | 38.4º | 0.13% | 0.77% | - |
| XYZ | 48.46 | 50.82 | 46.28 | - |
| YUV | 188.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 172 | 0 | 0.05 | 0.13 | 0.23 | 38.4 | 0.18 | 0.72 |
| Hex | C5 | BC | AC | 0 | 5 | D | 17 | 26 | 12 | 48 |
| Octal | 305 | 274 | 254 | 0 | 5 | 15 | 27 | 46 | 22 | 110 |
| Binary | 11000101 | 10111100 | 10101100 | 0 | 101 | 1101 | 10111 | 100110 | 10010 | 1001000 |
Color Harmonies of #C5BCAC
Complementary color
Monochromatic Colors of #C5BCAC
Black with #C5BCAC
Text Example
Text Example
White with #C5BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCAC; }
p { color: rgb(197,188,172); }
H1.HeaderClassName
{
color: #C5BCAC;
}
.AnyTagClassName
{
color: #C5BCAC;
}
</style>
background-color css
<style>
a { background-color: #C5BCAC; }
a { background-color: rgb(197,188,172); }
div.DivClassName
{
background-color: #C5BCAC;
}
.BgClassName
{
background-color: #C5BCAC;
}
</style>
border-color css
<style>
span { border-color: #C5BCAC; }
span { border-color: rgb(197,188,172); }
td.TdClassName
{
border-color: #C5BCAC;
}
.TagClassName
{
border-color: #C5BCAC;
}
</style>