Shades of Cloud #C9BFAD
Tints of Cloud #C9BFAD
RGB
CMYK
RGB Variations
Color information
#C9BFAD (or 0xC9BFAD) is known color: Cloud. HEX triplet: C9, BF and AD. RGB value is (201,191,173). Sum of RGB (Red+Green+Blue) = 201+191+173=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFAD is #364052. Grayscale: #C0C0C0. Windows color (decimal): -3555411 or 11386825. OLE color: 11386825.
HSL color Cylindrical-coordinate representation of color #C9BFAD: hue angle of 38.57º 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 #C9BFAD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 173 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.21 |
| HSL | 38.57º | 0.21% | 0.73% | - |
| HSV(B) | 38.57º | 0.14% | 0.79% | - |
| XYZ | 50.26 | 52.7 | 47.06 | - |
| YUV | 191.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 173 | 0 | 0.05 | 0.14 | 0.21 | 38.57 | 0.21 | 0.73 |
| Hex | C9 | BF | AD | 0 | 5 | E | 15 | 27 | 15 | 49 |
| Octal | 311 | 277 | 255 | 0 | 5 | 16 | 25 | 47 | 25 | 111 |
| Binary | 11001001 | 10111111 | 10101101 | 0 | 101 | 1110 | 10101 | 100111 | 10101 | 1001001 |
Color Harmonies of #C9BFAD
Complementary color
Monochromatic Colors of #C9BFAD
Black with #C9BFAD
Text Example
Text Example
White with #C9BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFAD; }
p { color: rgb(201,191,173); }
H1.HeaderClassName
{
color: #C9BFAD;
}
.AnyTagClassName
{
color: #C9BFAD;
}
</style>
background-color css
<style>
a { background-color: #C9BFAD; }
a { background-color: rgb(201,191,173); }
div.DivClassName
{
background-color: #C9BFAD;
}
.BgClassName
{
background-color: #C9BFAD;
}
</style>
border-color css
<style>
span { border-color: #C9BFAD; }
span { border-color: rgb(201,191,173); }
td.TdClassName
{
border-color: #C9BFAD;
}
.TagClassName
{
border-color: #C9BFAD;
}
</style>