Shades of Cloud #C7C0B4
Tints of Cloud #C7C0B4
RGB
CMYK
RGB Variations
Color information
#C7C0B4 (or 0xC7C0B4) is known color: Cloud. HEX triplet: C7, C0 and B4. RGB value is (199,192,180). Sum of RGB (Red+Green+Blue) = 199+192+180=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0B4 is #383F4B. Grayscale: #C0C0C0. Windows color (decimal): -3686220 or 11845831. OLE color: 11845831.
HSL color Cylindrical-coordinate representation of color #C7C0B4: hue angle of 37.89º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C0B4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 180 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.22 |
| HSL | 37.89º | 0.15% | 0.74% | - |
| HSV(B) | 37.89º | 0.1% | 0.78% | - |
| XYZ | 50.64 | 53.14 | 50.77 | - |
| YUV | 192.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 180 | 0 | 0.04 | 0.10 | 0.22 | 37.89 | 0.15 | 0.74 |
| Hex | C7 | C0 | B4 | 0 | 4 | A | 16 | 26 | F | 4A |
| Octal | 307 | 300 | 264 | 0 | 4 | 12 | 26 | 46 | 17 | 112 |
| Binary | 11000111 | 11000000 | 10110100 | 0 | 100 | 1010 | 10110 | 100110 | 1111 | 1001010 |
Color Harmonies of #C7C0B4
Complementary color
Monochromatic Colors of #C7C0B4
Black with #C7C0B4
Text Example
Text Example
White with #C7C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0B4; }
p { color: rgb(199,192,180); }
H1.HeaderClassName
{
color: #C7C0B4;
}
.AnyTagClassName
{
color: #C7C0B4;
}
</style>
background-color css
<style>
a { background-color: #C7C0B4; }
a { background-color: rgb(199,192,180); }
div.DivClassName
{
background-color: #C7C0B4;
}
.BgClassName
{
background-color: #C7C0B4;
}
</style>
border-color css
<style>
span { border-color: #C7C0B4; }
span { border-color: rgb(199,192,180); }
td.TdClassName
{
border-color: #C7C0B4;
}
.TagClassName
{
border-color: #C7C0B4;
}
</style>