Shades of Cloud #C9BFAB
Tints of Cloud #C9BFAB
RGB
CMYK
RGB Variations
Color information
#C9BFAB (or 0xC9BFAB) is known color: Cloud. HEX triplet: C9, BF and AB. RGB value is (201,191,171). Sum of RGB (Red+Green+Blue) = 201+191+171=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFAB is #364054. Grayscale: #BFBFBF. Windows color (decimal): -3555413 or 11255753. OLE color: 11255753.
HSL color Cylindrical-coordinate representation of color #C9BFAB: hue angle of 40º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BFAB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 171 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.21 |
| HSL | 40º | 0.22% | 0.73% | - |
| HSV(B) | 40º | 0.15% | 0.79% | - |
| XYZ | 50.07 | 52.62 | 46.05 | - |
| YUV | 191.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 171 | 0 | 0.05 | 0.15 | 0.21 | 40 | 0.22 | 0.73 |
| Hex | C9 | BF | AB | 0 | 5 | F | 15 | 28 | 16 | 49 |
| Octal | 311 | 277 | 253 | 0 | 5 | 17 | 25 | 50 | 26 | 111 |
| Binary | 11001001 | 10111111 | 10101011 | 0 | 101 | 1111 | 10101 | 101000 | 10110 | 1001001 |
Color Harmonies of #C9BFAB
Complementary color
Monochromatic Colors of #C9BFAB
Black with #C9BFAB
Text Example
Text Example
White with #C9BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFAB; }
p { color: rgb(201,191,171); }
H1.HeaderClassName
{
color: #C9BFAB;
}
.AnyTagClassName
{
color: #C9BFAB;
}
</style>
background-color css
<style>
a { background-color: #C9BFAB; }
a { background-color: rgb(201,191,171); }
div.DivClassName
{
background-color: #C9BFAB;
}
.BgClassName
{
background-color: #C9BFAB;
}
</style>
border-color css
<style>
span { border-color: #C9BFAB; }
span { border-color: rgb(201,191,171); }
td.TdClassName
{
border-color: #C9BFAB;
}
.TagClassName
{
border-color: #C9BFAB;
}
</style>