Shades of Cloud #C5BEAE
Tints of Cloud #C5BEAE
RGB
CMYK
RGB Variations
Color information
#C5BEAE (or 0xC5BEAE) is known color: Cloud. HEX triplet: C5, BE and AE. RGB value is (197,190,174). Sum of RGB (Red+Green+Blue) = 197+190+174=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAE is #3A4151. Grayscale: #BEBEBE. Windows color (decimal): -3817810 or 11452101. OLE color: 11452101.
HSL color Cylindrical-coordinate representation of color #C5BEAE: hue angle of 41.74º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BEAE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 174 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.23 |
| HSL | 41.74º | 0.17% | 0.73% | - |
| HSV(B) | 41.74º | 0.12% | 0.77% | - |
| XYZ | 49.08 | 51.75 | 47.45 | - |
| YUV | 190.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 174 | 0 | 0.04 | 0.12 | 0.23 | 41.74 | 0.17 | 0.73 |
| Hex | C5 | BE | AE | 0 | 4 | C | 17 | 2A | 11 | 49 |
| Octal | 305 | 276 | 256 | 0 | 4 | 14 | 27 | 52 | 21 | 111 |
| Binary | 11000101 | 10111110 | 10101110 | 0 | 100 | 1100 | 10111 | 101010 | 10001 | 1001001 |
Color Harmonies of #C5BEAE
Complementary color
Monochromatic Colors of #C5BEAE
Black with #C5BEAE
Text Example
Text Example
White with #C5BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEAE; }
p { color: rgb(197,190,174); }
H1.HeaderClassName
{
color: #C5BEAE;
}
.AnyTagClassName
{
color: #C5BEAE;
}
</style>
background-color css
<style>
a { background-color: #C5BEAE; }
a { background-color: rgb(197,190,174); }
div.DivClassName
{
background-color: #C5BEAE;
}
.BgClassName
{
background-color: #C5BEAE;
}
</style>
border-color css
<style>
span { border-color: #C5BEAE; }
span { border-color: rgb(197,190,174); }
td.TdClassName
{
border-color: #C5BEAE;
}
.TagClassName
{
border-color: #C5BEAE;
}
</style>