#C3BAB2

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

Shades of Tide #C3BAB2

Tints of Tide #C3BAB2

Color information

#C3BAB2 (or 0xC3BAB2) is unknown color: approx Tide. HEX triplet: C3, BA and B2. RGB value is (195,186,178). Sum of RGB (Red+Green+Blue) = 195+186+178=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAB2 is #3C454D. Grayscale: #BBBBBB. Windows color (decimal): -3949902 or 11713219. OLE color: 11713219.

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

Color convert

RGB195186178-
CMYK00.050.090.24
HSL28.24º12.41%73.14%-
HSV(B)28.24º8.72%76.47%-
XYZ48.149.9349.22-
YUV187.78122.48133.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=34.88%
G=33.27%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518617800.050.090.2428.2412.4173.14
HexC3BAB2059181cc49
Octal3032722620511303414111
Binary11000011101110101011001001011001110001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAB2; }

 p { color: rgb(195,186,178); }

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

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

 a { background-color: rgb(195,186,178); }

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

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

 span { border-color: rgb(195,186,178); }

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