#C2BAB1

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

Shades of Cloud #C2BAB1

Tints of Cloud #C2BAB1

Color information

#C2BAB1 (or 0xC2BAB1) is unknown color: approx Cloud. HEX triplet: C2, BA and B1. RGB value is (194,186,177). Sum of RGB (Red+Green+Blue) = 194+186+177=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAB1 is #3D454E. Grayscale: #BBBBBB. Windows color (decimal): -4015439 or 11647682. OLE color: 11647682.

HSL color Cylindrical-coordinate representation of color #C2BAB1: hue angle of 31.76º degrees, saturation: 0.12, 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 #C2BAB1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194186177-
CMYK00.040.090.24
HSL31.76º12.23%72.75%-
HSV(B)31.76º8.76%76.08%-
XYZ47.7449.7648.68-
YUV187.37122.15132.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=34.83%
G=33.39%
B=31.78%

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
Decimal19418617700.040.090.2431.7612.2372.75
HexC2BAB10491820c49
Octal3022722610411304014111
Binary110000101011101010110001010010011100010000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAB1; }

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

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

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

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

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

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

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

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