Shades of Cloud #C5BFB0
Tints of Cloud #C5BFB0
RGB
CMYK
RGB Variations
Color information
#C5BFB0 (or 0xC5BFB0) is known color: Cloud. HEX triplet: C5, BF and B0. RGB value is (197,191,176). Sum of RGB (Red+Green+Blue) = 197+191+176=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFB0 is #3A404F. Grayscale: #BFBFBF. Windows color (decimal): -3817552 or 11583429. OLE color: 11583429.
HSL color Cylindrical-coordinate representation of color #C5BFB0: hue angle of 42.86º degrees, saturation: 0.15, 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 #C5BFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 176 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.23 |
| HSL | 42.86º | 0.15% | 0.73% | - |
| HSV(B) | 42.86º | 0.11% | 0.77% | - |
| XYZ | 49.49 | 52.27 | 48.55 | - |
| YUV | 191.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 176 | 0 | 0.03 | 0.11 | 0.23 | 42.86 | 0.15 | 0.73 |
| Hex | C5 | BF | B0 | 0 | 3 | B | 17 | 2B | F | 49 |
| Octal | 305 | 277 | 260 | 0 | 3 | 13 | 27 | 53 | 17 | 111 |
| Binary | 11000101 | 10111111 | 10110000 | 0 | 11 | 1011 | 10111 | 101011 | 1111 | 1001001 |
Color Harmonies of #C5BFB0
Complementary color
Monochromatic Colors of #C5BFB0
Black with #C5BFB0
Text Example
Text Example
White with #C5BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFB0; }
p { color: rgb(197,191,176); }
H1.HeaderClassName
{
color: #C5BFB0;
}
.AnyTagClassName
{
color: #C5BFB0;
}
</style>
background-color css
<style>
a { background-color: #C5BFB0; }
a { background-color: rgb(197,191,176); }
div.DivClassName
{
background-color: #C5BFB0;
}
.BgClassName
{
background-color: #C5BFB0;
}
</style>
border-color css
<style>
span { border-color: #C5BFB0; }
span { border-color: rgb(197,191,176); }
td.TdClassName
{
border-color: #C5BFB0;
}
.TagClassName
{
border-color: #C5BFB0;
}
</style>