Shades of Cloud #C7C3BA
Tints of Cloud #C7C3BA
RGB
CMYK
RGB Variations
Color information
#C7C3BA (or 0xC7C3BA) is known color: Cloud. HEX triplet: C7, C3 and BA. RGB value is (199,195,186). Sum of RGB (Red+Green+Blue) = 199+195+186=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3BA is #383C45. Grayscale: #C3C3C3. Windows color (decimal): -3685446 or 12239815. OLE color: 12239815.
HSL color Cylindrical-coordinate representation of color #C7C3BA: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7C3BA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 186 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.22 |
| HSL | 41.54º | 0.1% | 0.75% | - |
| HSV(B) | 41.54º | 0.07% | 0.78% | - |
| XYZ | 51.93 | 54.72 | 54.28 | - |
| YUV | 195.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 186 | 0 | 0.02 | 0.07 | 0.22 | 41.54 | 0.1 | 0.75 |
| Hex | C7 | C3 | BA | 0 | 2 | 7 | 16 | 2A | A | 4B |
| Octal | 307 | 303 | 272 | 0 | 2 | 7 | 26 | 52 | 12 | 113 |
| Binary | 11000111 | 11000011 | 10111010 | 0 | 10 | 111 | 10110 | 101010 | 1010 | 1001011 |
Color Harmonies of #C7C3BA
Complementary color
Monochromatic Colors of #C7C3BA
Black with #C7C3BA
Text Example
Text Example
White with #C7C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3BA; }
p { color: rgb(199,195,186); }
H1.HeaderClassName
{
color: #C7C3BA;
}
.AnyTagClassName
{
color: #C7C3BA;
}
</style>
background-color css
<style>
a { background-color: #C7C3BA; }
a { background-color: rgb(199,195,186); }
div.DivClassName
{
background-color: #C7C3BA;
}
.BgClassName
{
background-color: #C7C3BA;
}
</style>
border-color css
<style>
span { border-color: #C7C3BA; }
span { border-color: rgb(199,195,186); }
td.TdClassName
{
border-color: #C7C3BA;
}
.TagClassName
{
border-color: #C7C3BA;
}
</style>