Shades of Cloud #C3BAAA
Tints of Cloud #C3BAAA
RGB
CMYK
RGB Variations
Color information
#C3BAAA (or 0xC3BAAA) is known color: Cloud. HEX triplet: C3, BA and AA. RGB value is (195,186,170). Sum of RGB (Red+Green+Blue) = 195+186+170=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAAA is #3C4555. Grayscale: #BABABA. Windows color (decimal): -3949910 or 11188931. OLE color: 11188931.
HSL color Cylindrical-coordinate representation of color #C3BAAA: hue angle of 38.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BAAA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 170 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.24 |
| HSL | 38.4º | 0.17% | 0.72% | - |
| HSV(B) | 38.4º | 0.13% | 0.76% | - |
| XYZ | 47.32 | 49.62 | 45.11 | - |
| YUV | 186.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 170 | 0 | 0.05 | 0.13 | 0.24 | 38.4 | 0.17 | 0.72 |
| Hex | C3 | BA | AA | 0 | 5 | D | 18 | 26 | 11 | 48 |
| Octal | 303 | 272 | 252 | 0 | 5 | 15 | 30 | 46 | 21 | 110 |
| Binary | 11000011 | 10111010 | 10101010 | 0 | 101 | 1101 | 11000 | 100110 | 10001 | 1001000 |
Color Harmonies of #C3BAAA
Complementary color
Monochromatic Colors of #C3BAAA
Black with #C3BAAA
Text Example
Text Example
White with #C3BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAAA; }
p { color: rgb(195,186,170); }
H1.HeaderClassName
{
color: #C3BAAA;
}
.AnyTagClassName
{
color: #C3BAAA;
}
</style>
background-color css
<style>
a { background-color: #C3BAAA; }
a { background-color: rgb(195,186,170); }
div.DivClassName
{
background-color: #C3BAAA;
}
.BgClassName
{
background-color: #C3BAAA;
}
</style>
border-color css
<style>
span { border-color: #C3BAAA; }
span { border-color: rgb(195,186,170); }
td.TdClassName
{
border-color: #C3BAAA;
}
.TagClassName
{
border-color: #C3BAAA;
}
</style>