Shades of Cloud #C5BFAF
Tints of Cloud #C5BFAF
RGB
CMYK
RGB Variations
Color information
#C5BFAF (or 0xC5BFAF) is known color: Cloud. HEX triplet: C5, BF and AF. RGB value is (197,191,175). Sum of RGB (Red+Green+Blue) = 197+191+175=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAF is #3A4050. Grayscale: #BFBFBF. Windows color (decimal): -3817553 or 11517893. OLE color: 11517893.
HSL color Cylindrical-coordinate representation of color #C5BFAF: hue angle of 43.64º 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 #C5BFAF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 175 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.23 |
| HSL | 43.64º | 0.16% | 0.73% | - |
| HSV(B) | 43.64º | 0.11% | 0.77% | - |
| XYZ | 49.39 | 52.23 | 48.03 | - |
| YUV | 190.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 175 | 0 | 0.03 | 0.11 | 0.23 | 43.64 | 0.16 | 0.73 |
| Hex | C5 | BF | AF | 0 | 3 | B | 17 | 2C | 10 | 49 |
| Octal | 305 | 277 | 257 | 0 | 3 | 13 | 27 | 54 | 20 | 111 |
| Binary | 11000101 | 10111111 | 10101111 | 0 | 11 | 1011 | 10111 | 101100 | 10000 | 1001001 |
Color Harmonies of #C5BFAF
Complementary color
Monochromatic Colors of #C5BFAF
Black with #C5BFAF
Text Example
Text Example
White with #C5BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFAF; }
p { color: rgb(197,191,175); }
H1.HeaderClassName
{
color: #C5BFAF;
}
.AnyTagClassName
{
color: #C5BFAF;
}
</style>
background-color css
<style>
a { background-color: #C5BFAF; }
a { background-color: rgb(197,191,175); }
div.DivClassName
{
background-color: #C5BFAF;
}
.BgClassName
{
background-color: #C5BFAF;
}
</style>
border-color css
<style>
span { border-color: #C5BFAF; }
span { border-color: rgb(197,191,175); }
td.TdClassName
{
border-color: #C5BFAF;
}
.TagClassName
{
border-color: #C5BFAF;
}
</style>