#C4BAAA

Color #C4BAAA Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C4BAAA

Tints of Cloud #C4BAAA

Color information

#C4BAAA (or 0xC4BAAA) is unknown color: approx Cloud. HEX triplet: C4, BA and AA. RGB value is (196,186,170). Sum of RGB (Red+Green+Blue) = 196+186+170=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAAA is #3B4555. Grayscale: #BBBBBB. Windows color (decimal): -3884374 or 11188932. OLE color: 11188932.

HSL color Cylindrical-coordinate representation of color #C4BAAA: hue angle of 36.92º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BAAA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196186170-
CMYK00.050.130.23
HSL36.92º18.06%71.76%-
HSV(B)36.92º13.27%76.86%-
XYZ47.5849.7645.13-
YUV187.17118.31134.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=35.51%
G=33.70%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617000.050.130.2336.9218.0671.76
HexC4BAAA05D17251248
Octal3042722520515274522110
Binary1100010010111010101010100101110110111100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAAA; }

 p { color: rgb(196,186,170); }

 H1.HeaderClassName
 {
   color: #C4BAAA;
 }
 .AnyTagClassName
 {
   color: #C4BAAA;
 }
</style>
background-color css

<style>
 a { background-color: #C4BAAA; }

 a { background-color: rgb(196,186,170); }

 div.DivClassName
 {
   background-color: #C4BAAA;
 }
 .BgClassName
 {
   background-color: #C4BAAA;
 }
</style>
border-color css

<style>
 span { border-color: #C4BAAA; }

 span { border-color: rgb(196,186,170); }

 td.TdClassName
 {
   border-color: #C4BAAA;
 }
 .TagClassName
 {
   border-color: #C4BAAA;
 }
</style>