#C1B2AA

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

Shades of Tide #C1B2AA

Tints of Tide #C1B2AA

Color information

#C1B2AA (or 0xC1B2AA) is unknown color: approx Tide. HEX triplet: C1, B2 and AA. RGB value is (193,178,170). Sum of RGB (Red+Green+Blue) = 193+178+170=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B2AA is #3E4D55. Grayscale: #B5B5B5. Windows color (decimal): -4083030 or 11186881. OLE color: 11186881.

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

Color convert

RGB193178170-
CMYK00.080.120.24
HSL20.87º15.65%71.18%-
HSV(B)20.87º11.92%75.69%-
XYZ45.1746.0844.54-
YUV181.57121.47136.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=35.67%
G=32.90%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317817000.080.120.2420.8715.6571.18
HexC1B2AA08C18151047
Octal30126225201014302520107
Binary1100000110110010101010100100011001100010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2AA; }

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

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

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

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

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

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

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

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