Shades of Cloud #C5BEAF
Tints of Cloud #C5BEAF
RGB
CMYK
RGB Variations
Color information
#C5BEAF (or 0xC5BEAF) is known color: Cloud. HEX triplet: C5, BE and AF. RGB value is (197,190,175). Sum of RGB (Red+Green+Blue) = 197+190+175=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAF is #3A4150. Grayscale: #BEBEBE. Windows color (decimal): -3817809 or 11517637. OLE color: 11517637.
HSL color Cylindrical-coordinate representation of color #C5BEAF: hue angle of 40.91º 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 #C5BEAF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 175 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.23 |
| HSL | 40.91º | 0.16% | 0.73% | - |
| HSV(B) | 40.91º | 0.11% | 0.77% | - |
| XYZ | 49.18 | 51.79 | 47.96 | - |
| YUV | 190.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 175 | 0 | 0.04 | 0.11 | 0.23 | 40.91 | 0.16 | 0.73 |
| Hex | C5 | BE | AF | 0 | 4 | B | 17 | 29 | 10 | 49 |
| Octal | 305 | 276 | 257 | 0 | 4 | 13 | 27 | 51 | 20 | 111 |
| Binary | 11000101 | 10111110 | 10101111 | 0 | 100 | 1011 | 10111 | 101001 | 10000 | 1001001 |
Color Harmonies of #C5BEAF
Complementary color
Monochromatic Colors of #C5BEAF
Black with #C5BEAF
Text Example
Text Example
White with #C5BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEAF; }
p { color: rgb(197,190,175); }
H1.HeaderClassName
{
color: #C5BEAF;
}
.AnyTagClassName
{
color: #C5BEAF;
}
</style>
background-color css
<style>
a { background-color: #C5BEAF; }
a { background-color: rgb(197,190,175); }
div.DivClassName
{
background-color: #C5BEAF;
}
.BgClassName
{
background-color: #C5BEAF;
}
</style>
border-color css
<style>
span { border-color: #C5BEAF; }
span { border-color: rgb(197,190,175); }
td.TdClassName
{
border-color: #C5BEAF;
}
.TagClassName
{
border-color: #C5BEAF;
}
</style>