Shades of Cloud #C9C0AD
Tints of Cloud #C9C0AD
RGB
CMYK
RGB Variations
Color information
#C9C0AD (or 0xC9C0AD) is known color: Cloud. HEX triplet: C9, C0 and AD. RGB value is (201,192,173). Sum of RGB (Red+Green+Blue) = 201+192+173=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C0AD is #363F52. Grayscale: #C0C0C0. Windows color (decimal): -3555155 or 11387081. OLE color: 11387081.
HSL color Cylindrical-coordinate representation of color #C9C0AD: hue angle of 40.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C0AD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 192 | 173 | - |
CMYK | 0 | 0.04 | 0.14 | 0.21 |
HSL | 40.71º | 0.21% | 0.73% | - |
HSV(B) | 40.71º | 0.14% | 0.79% | - |
XYZ | 50.48 | 53.13 | 47.13 | - |
YUV | 192.53 | 116.98 | 134.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 173 | 0 | 0.04 | 0.14 | 0.21 | 40.71 | 0.21 | 0.73 |
Hex | C9 | C0 | AD | 0 | 4 | E | 15 | 29 | 15 | 49 |
Octal | 311 | 300 | 255 | 0 | 4 | 16 | 25 | 51 | 25 | 111 |
Binary | 11001001 | 11000000 | 10101101 | 0 | 100 | 1110 | 10101 | 101001 | 10101 | 1001001 |
Color Harmonies of #C9C0AD
Complementary color
Monochromatic Colors of #C9C0AD
Black with #C9C0AD
Text Example
Text Example
White with #C9C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0AD; }
p { color: rgb(201,192,173); }
H1.HeaderClassName
{
color: #C9C0AD;
}
.AnyTagClassName
{
color: #C9C0AD;
}
</style>
background-color css
<style>
a { background-color: #C9C0AD; }
a { background-color: rgb(201,192,173); }
div.DivClassName
{
background-color: #C9C0AD;
}
.BgClassName
{
background-color: #C9C0AD;
}
</style>
border-color css
<style>
span { border-color: #C9C0AD; }
span { border-color: rgb(201,192,173); }
td.TdClassName
{
border-color: #C9C0AD;
}
.TagClassName
{
border-color: #C9C0AD;
}
</style>