Shades of Cloud #C5BEB1
Tints of Cloud #C5BEB1
RGB
CMYK
RGB Variations
Color information
#C5BEB1 (or 0xC5BEB1) is known color: Cloud. HEX triplet: C5, BE and B1. RGB value is (197,190,177). Sum of RGB (Red+Green+Blue) = 197+190+177=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEB1 is #3A414E. Grayscale: #BEBEBE. Windows color (decimal): -3817807 or 11648709. OLE color: 11648709.
HSL color Cylindrical-coordinate representation of color #C5BEB1: hue angle of 39º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BEB1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 177 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.23 |
| HSL | 39º | 0.15% | 0.73% | - |
| HSV(B) | 39º | 0.1% | 0.77% | - |
| XYZ | 49.38 | 51.87 | 49 | - |
| YUV | 190.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 177 | 0 | 0.04 | 0.10 | 0.23 | 39 | 0.15 | 0.73 |
| Hex | C5 | BE | B1 | 0 | 4 | A | 17 | 27 | F | 49 |
| Octal | 305 | 276 | 261 | 0 | 4 | 12 | 27 | 47 | 17 | 111 |
| Binary | 11000101 | 10111110 | 10110001 | 0 | 100 | 1010 | 10111 | 100111 | 1111 | 1001001 |
Color Harmonies of #C5BEB1
Complementary color
Monochromatic Colors of #C5BEB1
Black with #C5BEB1
Text Example
Text Example
White with #C5BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEB1; }
p { color: rgb(197,190,177); }
H1.HeaderClassName
{
color: #C5BEB1;
}
.AnyTagClassName
{
color: #C5BEB1;
}
</style>
background-color css
<style>
a { background-color: #C5BEB1; }
a { background-color: rgb(197,190,177); }
div.DivClassName
{
background-color: #C5BEB1;
}
.BgClassName
{
background-color: #C5BEB1;
}
</style>
border-color css
<style>
span { border-color: #C5BEB1; }
span { border-color: rgb(197,190,177); }
td.TdClassName
{
border-color: #C5BEB1;
}
.TagClassName
{
border-color: #C5BEB1;
}
</style>