#C1B3AC

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

Shades of Tide #C1B3AC

Tints of Tide #C1B3AC

Color information

#C1B3AC (or 0xC1B3AC) is unknown color: approx Tide. HEX triplet: C1, B3 and AC. RGB value is (193,179,172). Sum of RGB (Red+Green+Blue) = 193+179+172=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3AC is #3E4C53. Grayscale: #B6B6B6. Windows color (decimal): -4082772 or 11318209. OLE color: 11318209.

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

Color convert

RGB193179172-
CMYK00.070.110.24
HSL20º14.48%71.57%-
HSV(B)20º10.88%75.69%-
XYZ45.5646.5645.61-
YUV182.39122.14135.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=35.48%
G=32.90%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317917200.070.110.242014.4871.57
HexC1B3AC07B1814e48
Octal3012632540713302416110
Binary11000001101100111010110001111011110001010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3AC; }

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

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

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

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

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

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

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

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