Shades of Cloud #C9C0AE
Tints of Cloud #C9C0AE
RGB
CMYK
RGB Variations
Color information
#C9C0AE (or 0xC9C0AE) is known color: Cloud. HEX triplet: C9, C0 and AE. RGB value is (201,192,174). Sum of RGB (Red+Green+Blue) = 201+192+174=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C0AE is #363F51. Grayscale: #C0C0C0. Windows color (decimal): -3555154 or 11452617. OLE color: 11452617.
HSL color Cylindrical-coordinate representation of color #C9C0AE: hue angle of 40º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9C0AE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 174 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.21 |
| HSL | 40º | 0.2% | 0.74% | - |
| HSV(B) | 40º | 0.13% | 0.79% | - |
| XYZ | 50.58 | 53.17 | 47.64 | - |
| YUV | 192.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 174 | 0 | 0.04 | 0.13 | 0.21 | 40 | 0.2 | 0.74 |
| Hex | C9 | C0 | AE | 0 | 4 | D | 15 | 28 | 14 | 4A |
| Octal | 311 | 300 | 256 | 0 | 4 | 15 | 25 | 50 | 24 | 112 |
| Binary | 11001001 | 11000000 | 10101110 | 0 | 100 | 1101 | 10101 | 101000 | 10100 | 1001010 |
Color Harmonies of #C9C0AE
Complementary color
Monochromatic Colors of #C9C0AE
Black with #C9C0AE
Text Example
Text Example
White with #C9C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0AE; }
p { color: rgb(201,192,174); }
H1.HeaderClassName
{
color: #C9C0AE;
}
.AnyTagClassName
{
color: #C9C0AE;
}
</style>
background-color css
<style>
a { background-color: #C9C0AE; }
a { background-color: rgb(201,192,174); }
div.DivClassName
{
background-color: #C9C0AE;
}
.BgClassName
{
background-color: #C9C0AE;
}
</style>
border-color css
<style>
span { border-color: #C9C0AE; }
span { border-color: rgb(201,192,174); }
td.TdClassName
{
border-color: #C9C0AE;
}
.TagClassName
{
border-color: #C9C0AE;
}
</style>