Shades of Cloud #C5BDAF
Tints of Cloud #C5BDAF
RGB
CMYK
RGB Variations
Color information
#C5BDAF (or 0xC5BDAF) is known color: Cloud. HEX triplet: C5, BD and AF. RGB value is (197,189,175). Sum of RGB (Red+Green+Blue) = 197+189+175=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDAF is #3A4250. Grayscale: #BDBDBD. Windows color (decimal): -3818065 or 11517381. OLE color: 11517381.
HSL color Cylindrical-coordinate representation of color #C5BDAF: hue angle of 38.18º degrees, saturation: 0.16, 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 #C5BDAF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 175 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.23 |
| HSL | 38.18º | 0.16% | 0.73% | - |
| HSV(B) | 38.18º | 0.11% | 0.77% | - |
| XYZ | 48.96 | 51.36 | 47.89 | - |
| YUV | 189.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 175 | 0 | 0.04 | 0.11 | 0.23 | 38.18 | 0.16 | 0.73 |
| Hex | C5 | BD | AF | 0 | 4 | B | 17 | 26 | 10 | 49 |
| Octal | 305 | 275 | 257 | 0 | 4 | 13 | 27 | 46 | 20 | 111 |
| Binary | 11000101 | 10111101 | 10101111 | 0 | 100 | 1011 | 10111 | 100110 | 10000 | 1001001 |
Color Harmonies of #C5BDAF
Complementary color
Monochromatic Colors of #C5BDAF
Black with #C5BDAF
Text Example
Text Example
White with #C5BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDAF; }
p { color: rgb(197,189,175); }
H1.HeaderClassName
{
color: #C5BDAF;
}
.AnyTagClassName
{
color: #C5BDAF;
}
</style>
background-color css
<style>
a { background-color: #C5BDAF; }
a { background-color: rgb(197,189,175); }
div.DivClassName
{
background-color: #C5BDAF;
}
.BgClassName
{
background-color: #C5BDAF;
}
</style>
border-color css
<style>
span { border-color: #C5BDAF; }
span { border-color: rgb(197,189,175); }
td.TdClassName
{
border-color: #C5BDAF;
}
.TagClassName
{
border-color: #C5BDAF;
}
</style>