Shades of Cloud #C5BCAB
Tints of Cloud #C5BCAB
RGB
CMYK
RGB Variations
Color information
#C5BCAB (or 0xC5BCAB) is known color: Cloud. HEX triplet: C5, BC and AB. RGB value is (197,188,171). Sum of RGB (Red+Green+Blue) = 197+188+171=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAB is #3A4354. Grayscale: #BCBCBC. Windows color (decimal): -3818325 or 11254981. OLE color: 11254981.
HSL color Cylindrical-coordinate representation of color #C5BCAB: hue angle of 39.23º 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 #C5BCAB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 171 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.23 |
| HSL | 39.23º | 0.18% | 0.72% | - |
| HSV(B) | 39.23º | 0.13% | 0.77% | - |
| XYZ | 48.36 | 50.78 | 45.78 | - |
| YUV | 188.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 171 | 0 | 0.05 | 0.13 | 0.23 | 39.23 | 0.18 | 0.72 |
| Hex | C5 | BC | AB | 0 | 5 | D | 17 | 27 | 12 | 48 |
| Octal | 305 | 274 | 253 | 0 | 5 | 15 | 27 | 47 | 22 | 110 |
| Binary | 11000101 | 10111100 | 10101011 | 0 | 101 | 1101 | 10111 | 100111 | 10010 | 1001000 |
Color Harmonies of #C5BCAB
Complementary color
Monochromatic Colors of #C5BCAB
Black with #C5BCAB
Text Example
Text Example
White with #C5BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCAB; }
p { color: rgb(197,188,171); }
H1.HeaderClassName
{
color: #C5BCAB;
}
.AnyTagClassName
{
color: #C5BCAB;
}
</style>
background-color css
<style>
a { background-color: #C5BCAB; }
a { background-color: rgb(197,188,171); }
div.DivClassName
{
background-color: #C5BCAB;
}
.BgClassName
{
background-color: #C5BCAB;
}
</style>
border-color css
<style>
span { border-color: #C5BCAB; }
span { border-color: rgb(197,188,171); }
td.TdClassName
{
border-color: #C5BCAB;
}
.TagClassName
{
border-color: #C5BCAB;
}
</style>