Shades of Cloud #C7C0AD
Tints of Cloud #C7C0AD
RGB
CMYK
RGB Variations
Color information
#C7C0AD (or 0xC7C0AD) is known color: Cloud. HEX triplet: C7, C0 and AD. RGB value is (199,192,173). Sum of RGB (Red+Green+Blue) = 199+192+173=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C0AD is #383F52. Grayscale: #C0C0C0. Windows color (decimal): -3686227 or 11387079. OLE color: 11387079.
HSL color Cylindrical-coordinate representation of color #C7C0AD: hue angle of 43.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7C0AD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 173 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.22 |
| HSL | 43.85º | 0.19% | 0.73% | - |
| HSV(B) | 43.85º | 0.13% | 0.78% | - |
| XYZ | 49.95 | 52.86 | 47.11 | - |
| YUV | 191.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 173 | 0 | 0.04 | 0.13 | 0.22 | 43.85 | 0.19 | 0.73 |
| Hex | C7 | C0 | AD | 0 | 4 | D | 16 | 2C | 13 | 49 |
| Octal | 307 | 300 | 255 | 0 | 4 | 15 | 26 | 54 | 23 | 111 |
| Binary | 11000111 | 11000000 | 10101101 | 0 | 100 | 1101 | 10110 | 101100 | 10011 | 1001001 |
Color Harmonies of #C7C0AD
Complementary color
Monochromatic Colors of #C7C0AD
Black with #C7C0AD
Text Example
Text Example
White with #C7C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0AD; }
p { color: rgb(199,192,173); }
H1.HeaderClassName
{
color: #C7C0AD;
}
.AnyTagClassName
{
color: #C7C0AD;
}
</style>
background-color css
<style>
a { background-color: #C7C0AD; }
a { background-color: rgb(199,192,173); }
div.DivClassName
{
background-color: #C7C0AD;
}
.BgClassName
{
background-color: #C7C0AD;
}
</style>
border-color css
<style>
span { border-color: #C7C0AD; }
span { border-color: rgb(199,192,173); }
td.TdClassName
{
border-color: #C7C0AD;
}
.TagClassName
{
border-color: #C7C0AD;
}
</style>