Shades of Cloud #C5BFB8
Tints of Cloud #C5BFB8
RGB
CMYK
RGB Variations
Color information
#C5BFB8 (or 0xC5BFB8) is known color: Cloud. HEX triplet: C5, BF and B8. RGB value is (197,191,184). Sum of RGB (Red+Green+Blue) = 197+191+184=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB8 is #3A4047. Grayscale: #C0C0C0. Windows color (decimal): -3817544 or 12107717. OLE color: 12107717.
HSL color Cylindrical-coordinate representation of color #C5BFB8: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BFB8 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 184 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.23 |
| HSL | 32.31º | 0.1% | 0.75% | - |
| HSV(B) | 32.31º | 0.07% | 0.77% | - |
| XYZ | 50.31 | 52.59 | 52.85 | - |
| YUV | 192 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 184 | 0 | 0.03 | 0.07 | 0.23 | 32.31 | 0.1 | 0.75 |
| Hex | C5 | BF | B8 | 0 | 3 | 7 | 17 | 20 | A | 4B |
| Octal | 305 | 277 | 270 | 0 | 3 | 7 | 27 | 40 | 12 | 113 |
| Binary | 11000101 | 10111111 | 10111000 | 0 | 11 | 111 | 10111 | 100000 | 1010 | 1001011 |
Color Harmonies of #C5BFB8
Complementary color
Monochromatic Colors of #C5BFB8
Black with #C5BFB8
Text Example
Text Example
White with #C5BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFB8; }
p { color: rgb(197,191,184); }
H1.HeaderClassName
{
color: #C5BFB8;
}
.AnyTagClassName
{
color: #C5BFB8;
}
</style>
background-color css
<style>
a { background-color: #C5BFB8; }
a { background-color: rgb(197,191,184); }
div.DivClassName
{
background-color: #C5BFB8;
}
.BgClassName
{
background-color: #C5BFB8;
}
</style>
border-color css
<style>
span { border-color: #C5BFB8; }
span { border-color: rgb(197,191,184); }
td.TdClassName
{
border-color: #C5BFB8;
}
.TagClassName
{
border-color: #C5BFB8;
}
</style>