Shades of Cloud #C7C0AF
Tints of Cloud #C7C0AF
RGB
CMYK
RGB Variations
Color information
#C7C0AF (or 0xC7C0AF) is known color: Cloud. HEX triplet: C7, C0 and AF. RGB value is (199,192,175). Sum of RGB (Red+Green+Blue) = 199+192+175=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C0AF is #383F50. Grayscale: #C0C0C0. Windows color (decimal): -3686225 or 11518151. OLE color: 11518151.
HSL color Cylindrical-coordinate representation of color #C7C0AF: hue angle of 42.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C0AF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 175 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.22 |
| HSL | 42.5º | 0.18% | 0.73% | - |
| HSV(B) | 42.5º | 0.12% | 0.78% | - |
| XYZ | 50.14 | 52.94 | 48.13 | - |
| YUV | 192.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 175 | 0 | 0.04 | 0.12 | 0.22 | 42.5 | 0.18 | 0.73 |
| Hex | C7 | C0 | AF | 0 | 4 | C | 16 | 2A | 12 | 49 |
| Octal | 307 | 300 | 257 | 0 | 4 | 14 | 26 | 52 | 22 | 111 |
| Binary | 11000111 | 11000000 | 10101111 | 0 | 100 | 1100 | 10110 | 101010 | 10010 | 1001001 |
Color Harmonies of #C7C0AF
Complementary color
Monochromatic Colors of #C7C0AF
Black with #C7C0AF
Text Example
Text Example
White with #C7C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0AF; }
p { color: rgb(199,192,175); }
H1.HeaderClassName
{
color: #C7C0AF;
}
.AnyTagClassName
{
color: #C7C0AF;
}
</style>
background-color css
<style>
a { background-color: #C7C0AF; }
a { background-color: rgb(199,192,175); }
div.DivClassName
{
background-color: #C7C0AF;
}
.BgClassName
{
background-color: #C7C0AF;
}
</style>
border-color css
<style>
span { border-color: #C7C0AF; }
span { border-color: rgb(199,192,175); }
td.TdClassName
{
border-color: #C7C0AF;
}
.TagClassName
{
border-color: #C7C0AF;
}
</style>