#C4BAAC

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

Shades of Cloud #C4BAAC

Tints of Cloud #C4BAAC

Color information

#C4BAAC (or 0xC4BAAC) is unknown color: approx Cloud. HEX triplet: C4, BA and AC. RGB value is (196,186,172). Sum of RGB (Red+Green+Blue) = 196+186+172=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAAC is #3B4553. Grayscale: #BBBBBB. Windows color (decimal): -3884372 or 11320004. OLE color: 11320004.

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

Color convert

RGB196186172-
CMYK00.050.120.23
HSL35º16.9%72.16%-
HSV(B)35º12.24%76.86%-
XYZ47.7749.8346.13-
YUV187.39119.31134.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=35.38%
G=33.57%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617200.050.120.233516.972.16
HexC4BAAC05C17231148
Octal3042722540514274321110
Binary1100010010111010101011000101110010111100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAAC; }

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

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

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

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

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

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

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

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