Shades of Cloud #C7C1AF
Tints of Cloud #C7C1AF
RGB
CMYK
RGB Variations
Color information
#C7C1AF (or 0xC7C1AF) is known color: Cloud. HEX triplet: C7, C1 and AF. RGB value is (199,193,175). Sum of RGB (Red+Green+Blue) = 199+193+175=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C1AF is #383E50. Grayscale: #C0C0C0. Windows color (decimal): -3685969 or 11518407. OLE color: 11518407.
HSL color Cylindrical-coordinate representation of color #C7C1AF: hue angle of 45º 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 #C7C1AF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 175 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.22 |
| HSL | 45º | 0.18% | 0.73% | - |
| HSV(B) | 45º | 0.12% | 0.78% | - |
| XYZ | 50.36 | 53.38 | 48.21 | - |
| YUV | 192.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 175 | 0 | 0.03 | 0.12 | 0.22 | 45 | 0.18 | 0.73 |
| Hex | C7 | C1 | AF | 0 | 3 | C | 16 | 2D | 12 | 49 |
| Octal | 307 | 301 | 257 | 0 | 3 | 14 | 26 | 55 | 22 | 111 |
| Binary | 11000111 | 11000001 | 10101111 | 0 | 11 | 1100 | 10110 | 101101 | 10010 | 1001001 |
Color Harmonies of #C7C1AF
Complementary color
Monochromatic Colors of #C7C1AF
Black with #C7C1AF
Text Example
Text Example
White with #C7C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1AF; }
p { color: rgb(199,193,175); }
H1.HeaderClassName
{
color: #C7C1AF;
}
.AnyTagClassName
{
color: #C7C1AF;
}
</style>
background-color css
<style>
a { background-color: #C7C1AF; }
a { background-color: rgb(199,193,175); }
div.DivClassName
{
background-color: #C7C1AF;
}
.BgClassName
{
background-color: #C7C1AF;
}
</style>
border-color css
<style>
span { border-color: #C7C1AF; }
span { border-color: rgb(199,193,175); }
td.TdClassName
{
border-color: #C7C1AF;
}
.TagClassName
{
border-color: #C7C1AF;
}
</style>