#C2BAB0

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

Shades of Cloud #C2BAB0

Tints of Cloud #C2BAB0

Color information

#C2BAB0 (or 0xC2BAB0) is unknown color: approx Cloud. HEX triplet: C2, BA and B0. RGB value is (194,186,176). Sum of RGB (Red+Green+Blue) = 194+186+176=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAB0 is #3D454F. Grayscale: #BBBBBB. Windows color (decimal): -4015440 or 11582146. OLE color: 11582146.

HSL color Cylindrical-coordinate representation of color #C2BAB0: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BAB0 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194186176-
CMYK00.040.090.24
HSL33.33º12.86%72.55%-
HSV(B)33.33º9.28%76.08%-
XYZ47.6449.7248.16-
YUV187.25121.65132.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=34.89%
G=33.45%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418617600.040.090.2433.3312.8672.55
HexC2BAB00491821d49
Octal3022722600411304115111
Binary110000101011101010110000010010011100010000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAB0; }

 p { color: rgb(194,186,176); }

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

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

 a { background-color: rgb(194,186,176); }

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

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

 span { border-color: rgb(194,186,176); }

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