Shades of Cloud #C9C2B3
Tints of Cloud #C9C2B3
RGB
CMYK
RGB Variations
Color information
#C9C2B3 (or 0xC9C2B3) is known color: Cloud. HEX triplet: C9, C2 and B3. RGB value is (201,194,179). Sum of RGB (Red+Green+Blue) = 201+194+179=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2B3 is #363D4C. Grayscale: #C2C2C2. Windows color (decimal): -3554637 or 11780809. OLE color: 11780809.
HSL color Cylindrical-coordinate representation of color #C9C2B3: hue angle of 40.91º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C2B3 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 179 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.21 |
| HSL | 40.91º | 0.17% | 0.75% | - |
| HSV(B) | 40.91º | 0.11% | 0.79% | - |
| XYZ | 51.52 | 54.26 | 50.41 | - |
| YUV | 194.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 179 | 0 | 0.03 | 0.11 | 0.21 | 40.91 | 0.17 | 0.75 |
| Hex | C9 | C2 | B3 | 0 | 3 | B | 15 | 29 | 11 | 4B |
| Octal | 311 | 302 | 263 | 0 | 3 | 13 | 25 | 51 | 21 | 113 |
| Binary | 11001001 | 11000010 | 10110011 | 0 | 11 | 1011 | 10101 | 101001 | 10001 | 1001011 |
Color Harmonies of #C9C2B3
Complementary color
Monochromatic Colors of #C9C2B3
Black with #C9C2B3
Text Example
Text Example
White with #C9C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2B3; }
p { color: rgb(201,194,179); }
H1.HeaderClassName
{
color: #C9C2B3;
}
.AnyTagClassName
{
color: #C9C2B3;
}
</style>
background-color css
<style>
a { background-color: #C9C2B3; }
a { background-color: rgb(201,194,179); }
div.DivClassName
{
background-color: #C9C2B3;
}
.BgClassName
{
background-color: #C9C2B3;
}
</style>
border-color css
<style>
span { border-color: #C9C2B3; }
span { border-color: rgb(201,194,179); }
td.TdClassName
{
border-color: #C9C2B3;
}
.TagClassName
{
border-color: #C9C2B3;
}
</style>