#C1B2AC

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

Shades of Tide #C1B2AC

Tints of Tide #C1B2AC

Color information

#C1B2AC (or 0xC1B2AC) is unknown color: approx Tide. HEX triplet: C1, B2 and AC. RGB value is (193,178,172). Sum of RGB (Red+Green+Blue) = 193+178+172=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B2AC is #3E4D53. Grayscale: #B5B5B5. Windows color (decimal): -4083028 or 11317953. OLE color: 11317953.

HSL color Cylindrical-coordinate representation of color #C1B2AC: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B2AC is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193178172-
CMYK00.080.110.24
HSL17.14º14.48%71.57%-
HSV(B)17.14º10.88%75.69%-
XYZ45.3646.1645.55-
YUV181.8122.47135.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=35.54%
G=32.78%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317817200.080.110.2417.1414.4871.57
HexC1B2AC08B1811e48
Octal30126225401013302116110
Binary110000011011001010101100010001011110001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2AC; }

 p { color: rgb(193,178,172); }

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

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

 a { background-color: rgb(193,178,172); }

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

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

 span { border-color: rgb(193,178,172); }

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