#C1B2AB

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

Shades of Tide #C1B2AB

Tints of Tide #C1B2AB

Color information

#C1B2AB (or 0xC1B2AB) is unknown color: approx Tide. HEX triplet: C1, B2 and AB. RGB value is (193,178,171). Sum of RGB (Red+Green+Blue) = 193+178+171=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B2AB is #3E4D54. Grayscale: #B5B5B5. Windows color (decimal): -4083029 or 11252417. OLE color: 11252417.

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

Color convert

RGB193178171-
CMYK00.080.110.24
HSL19.09º15.07%71.37%-
HSV(B)19.09º11.4%75.69%-
XYZ45.2646.1245.04-
YUV181.69121.97136.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=35.61%
G=32.84%
B=31.55%

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
Decimal19317817100.080.110.2419.0915.0771.37
HexC1B2AB08B1813f47
Octal30126225301013302317107
Binary110000011011001010101011010001011110001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2AB; }

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

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

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

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

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

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

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

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