Shades of Cloud #C9BDAF
Tints of Cloud #C9BDAF
RGB
CMYK
RGB Variations
Color information
#C9BDAF (or 0xC9BDAF) is known color: Cloud. HEX triplet: C9, BD and AF. RGB value is (201,189,175). Sum of RGB (Red+Green+Blue) = 201+189+175=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDAF is #364250. Grayscale: #BFBFBF. Windows color (decimal): -3555921 or 11517385. OLE color: 11517385.
HSL color Cylindrical-coordinate representation of color #C9BDAF: hue angle of 32.31º degrees, saturation: 0.19, 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 #C9BDAF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 175 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.21 |
| HSL | 32.31º | 0.19% | 0.74% | - |
| HSV(B) | 32.31º | 0.13% | 0.79% | - |
| XYZ | 50.02 | 51.91 | 47.94 | - |
| YUV | 190.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 175 | 0 | 0.06 | 0.13 | 0.21 | 32.31 | 0.19 | 0.74 |
| Hex | C9 | BD | AF | 0 | 6 | D | 15 | 20 | 13 | 4A |
| Octal | 311 | 275 | 257 | 0 | 6 | 15 | 25 | 40 | 23 | 112 |
| Binary | 11001001 | 10111101 | 10101111 | 0 | 110 | 1101 | 10101 | 100000 | 10011 | 1001010 |
Color Harmonies of #C9BDAF
Complementary color
Monochromatic Colors of #C9BDAF
Black with #C9BDAF
Text Example
Text Example
White with #C9BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDAF; }
p { color: rgb(201,189,175); }
H1.HeaderClassName
{
color: #C9BDAF;
}
.AnyTagClassName
{
color: #C9BDAF;
}
</style>
background-color css
<style>
a { background-color: #C9BDAF; }
a { background-color: rgb(201,189,175); }
div.DivClassName
{
background-color: #C9BDAF;
}
.BgClassName
{
background-color: #C9BDAF;
}
</style>
border-color css
<style>
span { border-color: #C9BDAF; }
span { border-color: rgb(201,189,175); }
td.TdClassName
{
border-color: #C9BDAF;
}
.TagClassName
{
border-color: #C9BDAF;
}
</style>