Shades of Cloud #C9BEAF
Tints of Cloud #C9BEAF
RGB
CMYK
RGB Variations
Color information
#C9BEAF (or 0xC9BEAF) is known color: Cloud. HEX triplet: C9, BE and AF. RGB value is (201,190,175). Sum of RGB (Red+Green+Blue) = 201+190+175=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEAF is #364150. Grayscale: #BFBFBF. Windows color (decimal): -3555665 or 11517641. OLE color: 11517641.
HSL color Cylindrical-coordinate representation of color #C9BEAF: hue angle of 34.62º 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 #C9BEAF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 175 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.21 |
| HSL | 34.62º | 0.19% | 0.74% | - |
| HSV(B) | 34.62º | 0.13% | 0.79% | - |
| XYZ | 50.24 | 52.34 | 48.01 | - |
| YUV | 191.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 175 | 0 | 0.05 | 0.13 | 0.21 | 34.62 | 0.19 | 0.74 |
| Hex | C9 | BE | AF | 0 | 5 | D | 15 | 23 | 13 | 4A |
| Octal | 311 | 276 | 257 | 0 | 5 | 15 | 25 | 43 | 23 | 112 |
| Binary | 11001001 | 10111110 | 10101111 | 0 | 101 | 1101 | 10101 | 100011 | 10011 | 1001010 |
Color Harmonies of #C9BEAF
Complementary color
Monochromatic Colors of #C9BEAF
Black with #C9BEAF
Text Example
Text Example
White with #C9BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEAF; }
p { color: rgb(201,190,175); }
H1.HeaderClassName
{
color: #C9BEAF;
}
.AnyTagClassName
{
color: #C9BEAF;
}
</style>
background-color css
<style>
a { background-color: #C9BEAF; }
a { background-color: rgb(201,190,175); }
div.DivClassName
{
background-color: #C9BEAF;
}
.BgClassName
{
background-color: #C9BEAF;
}
</style>
border-color css
<style>
span { border-color: #C9BEAF; }
span { border-color: rgb(201,190,175); }
td.TdClassName
{
border-color: #C9BEAF;
}
.TagClassName
{
border-color: #C9BEAF;
}
</style>