Shades of Cloud #C4BAA9
Tints of Cloud #C4BAA9
RGB
CMYK
RGB Variations
Color information
#C4BAA9 (or 0xC4BAA9) is known color: Cloud. HEX triplet: C4, BA and A9. RGB value is (196,186,169). Sum of RGB (Red+Green+Blue) = 196+186+169=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA9 is #3B4556. Grayscale: #BBBBBB. Windows color (decimal): -3884375 or 11123396. OLE color: 11123396.
HSL color Cylindrical-coordinate representation of color #C4BAA9: hue angle of 37.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BAA9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 169 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.23 |
| HSL | 37.78º | 0.19% | 0.72% | - |
| HSV(B) | 37.78º | 0.14% | 0.77% | - |
| XYZ | 47.49 | 49.72 | 44.63 | - |
| YUV | 187.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 169 | 0 | 0.05 | 0.14 | 0.23 | 37.78 | 0.19 | 0.72 |
| Hex | C4 | BA | A9 | 0 | 5 | E | 17 | 26 | 13 | 48 |
| Octal | 304 | 272 | 251 | 0 | 5 | 16 | 27 | 46 | 23 | 110 |
| Binary | 11000100 | 10111010 | 10101001 | 0 | 101 | 1110 | 10111 | 100110 | 10011 | 1001000 |
Color Harmonies of #C4BAA9
Complementary color
Monochromatic Colors of #C4BAA9
Black with #C4BAA9
Text Example
Text Example
White with #C4BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAA9; }
p { color: rgb(196,186,169); }
H1.HeaderClassName
{
color: #C4BAA9;
}
.AnyTagClassName
{
color: #C4BAA9;
}
</style>
background-color css
<style>
a { background-color: #C4BAA9; }
a { background-color: rgb(196,186,169); }
div.DivClassName
{
background-color: #C4BAA9;
}
.BgClassName
{
background-color: #C4BAA9;
}
</style>
border-color css
<style>
span { border-color: #C4BAA9; }
span { border-color: rgb(196,186,169); }
td.TdClassName
{
border-color: #C4BAA9;
}
.TagClassName
{
border-color: #C4BAA9;
}
</style>