Shades of Cloud #C5BFB3
Tints of Cloud #C5BFB3
RGB
CMYK
RGB Variations
Color information
#C5BFB3 (or 0xC5BFB3) is known color: Cloud. HEX triplet: C5, BF and B3. RGB value is (197,191,179). Sum of RGB (Red+Green+Blue) = 197+191+179=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB3 is #3A404C. Grayscale: #BFBFBF. Windows color (decimal): -3817549 or 11780037. OLE color: 11780037.
HSL color Cylindrical-coordinate representation of color #C5BFB3: hue angle of 40º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5BFB3 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 179 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.23 |
| HSL | 40º | 0.13% | 0.74% | - |
| HSV(B) | 40º | 0.09% | 0.77% | - |
| XYZ | 49.79 | 52.39 | 50.14 | - |
| YUV | 191.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 179 | 0 | 0.03 | 0.09 | 0.23 | 40 | 0.13 | 0.74 |
| Hex | C5 | BF | B3 | 0 | 3 | 9 | 17 | 28 | D | 4A |
| Octal | 305 | 277 | 263 | 0 | 3 | 11 | 27 | 50 | 15 | 112 |
| Binary | 11000101 | 10111111 | 10110011 | 0 | 11 | 1001 | 10111 | 101000 | 1101 | 1001010 |
Color Harmonies of #C5BFB3
Complementary color
Monochromatic Colors of #C5BFB3
Black with #C5BFB3
Text Example
Text Example
White with #C5BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFB3; }
p { color: rgb(197,191,179); }
H1.HeaderClassName
{
color: #C5BFB3;
}
.AnyTagClassName
{
color: #C5BFB3;
}
</style>
background-color css
<style>
a { background-color: #C5BFB3; }
a { background-color: rgb(197,191,179); }
div.DivClassName
{
background-color: #C5BFB3;
}
.BgClassName
{
background-color: #C5BFB3;
}
</style>
border-color css
<style>
span { border-color: #C5BFB3; }
span { border-color: rgb(197,191,179); }
td.TdClassName
{
border-color: #C5BFB3;
}
.TagClassName
{
border-color: #C5BFB3;
}
</style>