Shades of Cloud #C7BFB0
Tints of Cloud #C7BFB0
RGB
CMYK
RGB Variations
Color information
#C7BFB0 (or 0xC7BFB0) is known color: Cloud. HEX triplet: C7, BF and B0. RGB value is (199,191,176). Sum of RGB (Red+Green+Blue) = 199+191+176=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BFB0 is #38404F. Grayscale: #BFBFBF. Windows color (decimal): -3686480 or 11583431. OLE color: 11583431.
HSL color Cylindrical-coordinate representation of color #C7BFB0: hue angle of 39.13º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BFB0 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 176 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.22 |
| HSL | 39.13º | 0.17% | 0.74% | - |
| HSV(B) | 39.13º | 0.12% | 0.78% | - |
| XYZ | 50.02 | 52.54 | 48.58 | - |
| YUV | 191.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 176 | 0 | 0.04 | 0.12 | 0.22 | 39.13 | 0.17 | 0.74 |
| Hex | C7 | BF | B0 | 0 | 4 | C | 16 | 27 | 11 | 4A |
| Octal | 307 | 277 | 260 | 0 | 4 | 14 | 26 | 47 | 21 | 112 |
| Binary | 11000111 | 10111111 | 10110000 | 0 | 100 | 1100 | 10110 | 100111 | 10001 | 1001010 |
Color Harmonies of #C7BFB0
Complementary color
Monochromatic Colors of #C7BFB0
Black with #C7BFB0
Text Example
Text Example
White with #C7BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFB0; }
p { color: rgb(199,191,176); }
H1.HeaderClassName
{
color: #C7BFB0;
}
.AnyTagClassName
{
color: #C7BFB0;
}
</style>
background-color css
<style>
a { background-color: #C7BFB0; }
a { background-color: rgb(199,191,176); }
div.DivClassName
{
background-color: #C7BFB0;
}
.BgClassName
{
background-color: #C7BFB0;
}
</style>
border-color css
<style>
span { border-color: #C7BFB0; }
span { border-color: rgb(199,191,176); }
td.TdClassName
{
border-color: #C7BFB0;
}
.TagClassName
{
border-color: #C7BFB0;
}
</style>