Shades of Cloud #C5BEAD
Tints of Cloud #C5BEAD
RGB
CMYK
RGB Variations
Color information
#C5BEAD (or 0xC5BEAD) is known color: Cloud. HEX triplet: C5, BE and AD. RGB value is (197,190,173). Sum of RGB (Red+Green+Blue) = 197+190+173=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAD is #3A4152. Grayscale: #BEBEBE. Windows color (decimal): -3817811 or 11386565. OLE color: 11386565.
HSL color Cylindrical-coordinate representation of color #C5BEAD: hue angle of 42.5º 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 #C5BEAD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 173 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.23 |
| HSL | 42.5º | 0.17% | 0.73% | - |
| HSV(B) | 42.5º | 0.12% | 0.77% | - |
| XYZ | 48.98 | 51.71 | 46.94 | - |
| YUV | 190.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 173 | 0 | 0.04 | 0.12 | 0.23 | 42.5 | 0.17 | 0.73 |
| Hex | C5 | BE | AD | 0 | 4 | C | 17 | 2A | 11 | 49 |
| Octal | 305 | 276 | 255 | 0 | 4 | 14 | 27 | 52 | 21 | 111 |
| Binary | 11000101 | 10111110 | 10101101 | 0 | 100 | 1100 | 10111 | 101010 | 10001 | 1001001 |
Color Harmonies of #C5BEAD
Complementary color
Monochromatic Colors of #C5BEAD
Black with #C5BEAD
Text Example
Text Example
White with #C5BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEAD; }
p { color: rgb(197,190,173); }
H1.HeaderClassName
{
color: #C5BEAD;
}
.AnyTagClassName
{
color: #C5BEAD;
}
</style>
background-color css
<style>
a { background-color: #C5BEAD; }
a { background-color: rgb(197,190,173); }
div.DivClassName
{
background-color: #C5BEAD;
}
.BgClassName
{
background-color: #C5BEAD;
}
</style>
border-color css
<style>
span { border-color: #C5BEAD; }
span { border-color: rgb(197,190,173); }
td.TdClassName
{
border-color: #C5BEAD;
}
.TagClassName
{
border-color: #C5BEAD;
}
</style>