Shades of Cloud #C5BFB4
Tints of Cloud #C5BFB4
RGB
CMYK
RGB Variations
Color information
#C5BFB4 (or 0xC5BFB4) is known color: Cloud. HEX triplet: C5, BF and B4. RGB value is (197,191,180). Sum of RGB (Red+Green+Blue) = 197+191+180=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB4 is #3A404B. Grayscale: #BFBFBF. Windows color (decimal): -3817548 or 11845573. OLE color: 11845573.
HSL color Cylindrical-coordinate representation of color #C5BFB4: hue angle of 38.82º 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 #C5BFB4 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 180 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.23 |
| HSL | 38.82º | 0.13% | 0.74% | - |
| HSV(B) | 38.82º | 0.09% | 0.77% | - |
| XYZ | 49.89 | 52.43 | 50.67 | - |
| YUV | 191.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 180 | 0 | 0.03 | 0.09 | 0.23 | 38.82 | 0.13 | 0.74 |
| Hex | C5 | BF | B4 | 0 | 3 | 9 | 17 | 27 | D | 4A |
| Octal | 305 | 277 | 264 | 0 | 3 | 11 | 27 | 47 | 15 | 112 |
| Binary | 11000101 | 10111111 | 10110100 | 0 | 11 | 1001 | 10111 | 100111 | 1101 | 1001010 |
Color Harmonies of #C5BFB4
Complementary color
Monochromatic Colors of #C5BFB4
Black with #C5BFB4
Text Example
Text Example
White with #C5BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFB4; }
p { color: rgb(197,191,180); }
H1.HeaderClassName
{
color: #C5BFB4;
}
.AnyTagClassName
{
color: #C5BFB4;
}
</style>
background-color css
<style>
a { background-color: #C5BFB4; }
a { background-color: rgb(197,191,180); }
div.DivClassName
{
background-color: #C5BFB4;
}
.BgClassName
{
background-color: #C5BFB4;
}
</style>
border-color css
<style>
span { border-color: #C5BFB4; }
span { border-color: rgb(197,191,180); }
td.TdClassName
{
border-color: #C5BFB4;
}
.TagClassName
{
border-color: #C5BFB4;
}
</style>