Shades of Cloud #C9BFAE
Tints of Cloud #C9BFAE
RGB
CMYK
RGB Variations
Color information
#C9BFAE (or 0xC9BFAE) is known color: Cloud. HEX triplet: C9, BF and AE. RGB value is (201,191,174). Sum of RGB (Red+Green+Blue) = 201+191+174=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFAE is #364051. Grayscale: #C0C0C0. Windows color (decimal): -3555410 or 11452361. OLE color: 11452361.
HSL color Cylindrical-coordinate representation of color #C9BFAE: hue angle of 37.78º degrees, saturation: 0.2, 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 #C9BFAE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 174 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.21 |
| HSL | 37.78º | 0.2% | 0.74% | - |
| HSV(B) | 37.78º | 0.13% | 0.79% | - |
| XYZ | 50.36 | 52.74 | 47.57 | - |
| YUV | 192.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 174 | 0 | 0.05 | 0.13 | 0.21 | 37.78 | 0.2 | 0.74 |
| Hex | C9 | BF | AE | 0 | 5 | D | 15 | 26 | 14 | 4A |
| Octal | 311 | 277 | 256 | 0 | 5 | 15 | 25 | 46 | 24 | 112 |
| Binary | 11001001 | 10111111 | 10101110 | 0 | 101 | 1101 | 10101 | 100110 | 10100 | 1001010 |
Color Harmonies of #C9BFAE
Complementary color
Monochromatic Colors of #C9BFAE
Black with #C9BFAE
Text Example
Text Example
White with #C9BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFAE; }
p { color: rgb(201,191,174); }
H1.HeaderClassName
{
color: #C9BFAE;
}
.AnyTagClassName
{
color: #C9BFAE;
}
</style>
background-color css
<style>
a { background-color: #C9BFAE; }
a { background-color: rgb(201,191,174); }
div.DivClassName
{
background-color: #C9BFAE;
}
.BgClassName
{
background-color: #C9BFAE;
}
</style>
border-color css
<style>
span { border-color: #C9BFAE; }
span { border-color: rgb(201,191,174); }
td.TdClassName
{
border-color: #C9BFAE;
}
.TagClassName
{
border-color: #C9BFAE;
}
</style>