Shades of Cloud #C5BFB6
Tints of Cloud #C5BFB6
RGB
CMYK
RGB Variations
Color information
#C5BFB6 (or 0xC5BFB6) is known color: Cloud. HEX triplet: C5, BF and B6. RGB value is (197,191,182). Sum of RGB (Red+Green+Blue) = 197+191+182=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB6 is #3A4049. Grayscale: #BFBFBF. Windows color (decimal): -3817546 or 11976645. OLE color: 11976645.
HSL color Cylindrical-coordinate representation of color #C5BFB6: hue angle of 36º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BFB6 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 182 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.23 |
| HSL | 36º | 0.11% | 0.74% | - |
| HSV(B) | 36º | 0.08% | 0.77% | - |
| XYZ | 50.1 | 52.51 | 51.75 | - |
| YUV | 191.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 182 | 0 | 0.03 | 0.08 | 0.23 | 36 | 0.11 | 0.74 |
| Hex | C5 | BF | B6 | 0 | 3 | 8 | 17 | 24 | B | 4A |
| Octal | 305 | 277 | 266 | 0 | 3 | 10 | 27 | 44 | 13 | 112 |
| Binary | 11000101 | 10111111 | 10110110 | 0 | 11 | 1000 | 10111 | 100100 | 1011 | 1001010 |
Color Harmonies of #C5BFB6
Complementary color
Monochromatic Colors of #C5BFB6
Black with #C5BFB6
Text Example
Text Example
White with #C5BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFB6; }
p { color: rgb(197,191,182); }
H1.HeaderClassName
{
color: #C5BFB6;
}
.AnyTagClassName
{
color: #C5BFB6;
}
</style>
background-color css
<style>
a { background-color: #C5BFB6; }
a { background-color: rgb(197,191,182); }
div.DivClassName
{
background-color: #C5BFB6;
}
.BgClassName
{
background-color: #C5BFB6;
}
</style>
border-color css
<style>
span { border-color: #C5BFB6; }
span { border-color: rgb(197,191,182); }
td.TdClassName
{
border-color: #C5BFB6;
}
.TagClassName
{
border-color: #C5BFB6;
}
</style>