Shades of Cloud #C9BFAF
Tints of Cloud #C9BFAF
RGB
CMYK
RGB Variations
Color information
#C9BFAF (or 0xC9BFAF) is known color: Cloud. HEX triplet: C9, BF and AF. RGB value is (201,191,175). Sum of RGB (Red+Green+Blue) = 201+191+175=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFAF is #364050. Grayscale: #C0C0C0. Windows color (decimal): -3555409 or 11517897. OLE color: 11517897.
HSL color Cylindrical-coordinate representation of color #C9BFAF: hue angle of 36.92º 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 #C9BFAF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 175 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.21 |
| HSL | 36.92º | 0.19% | 0.74% | - |
| HSV(B) | 36.92º | 0.13% | 0.79% | - |
| XYZ | 50.46 | 52.77 | 48.08 | - |
| YUV | 192.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 175 | 0 | 0.05 | 0.13 | 0.21 | 36.92 | 0.19 | 0.74 |
| Hex | C9 | BF | AF | 0 | 5 | D | 15 | 25 | 13 | 4A |
| Octal | 311 | 277 | 257 | 0 | 5 | 15 | 25 | 45 | 23 | 112 |
| Binary | 11001001 | 10111111 | 10101111 | 0 | 101 | 1101 | 10101 | 100101 | 10011 | 1001010 |
Color Harmonies of #C9BFAF
Complementary color
Monochromatic Colors of #C9BFAF
Black with #C9BFAF
Text Example
Text Example
White with #C9BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFAF; }
p { color: rgb(201,191,175); }
H1.HeaderClassName
{
color: #C9BFAF;
}
.AnyTagClassName
{
color: #C9BFAF;
}
</style>
background-color css
<style>
a { background-color: #C9BFAF; }
a { background-color: rgb(201,191,175); }
div.DivClassName
{
background-color: #C9BFAF;
}
.BgClassName
{
background-color: #C9BFAF;
}
</style>
border-color css
<style>
span { border-color: #C9BFAF; }
span { border-color: rgb(201,191,175); }
td.TdClassName
{
border-color: #C9BFAF;
}
.TagClassName
{
border-color: #C9BFAF;
}
</style>