#C4BAAE

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

Shades of Cloud #C4BAAE

Tints of Cloud #C4BAAE

Color information

#C4BAAE (or 0xC4BAAE) is unknown color: approx Cloud. HEX triplet: C4, BA and AE. RGB value is (196,186,174). Sum of RGB (Red+Green+Blue) = 196+186+174=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAAE is #3B4551. Grayscale: #BBBBBB. Windows color (decimal): -3884370 or 11451076. OLE color: 11451076.

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

Color convert

RGB196186174-
CMYK00.050.110.23
HSL32.73º15.71%72.55%-
HSV(B)32.73º11.22%76.86%-
XYZ47.9649.9147.15-
YUV187.62120.31133.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=35.25%
G=33.45%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617400.050.110.2332.7315.7172.55
HexC4BAAE05B17211049
Octal3042722560513274120111
Binary1100010010111010101011100101101110111100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAAE; }

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

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

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

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

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

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

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

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