#C1B9B0

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

Shades of Tide #C1B9B0

Tints of Tide #C1B9B0

Color information

#C1B9B0 (or 0xC1B9B0) is unknown color: approx Tide. HEX triplet: C1, B9 and B0. RGB value is (193,185,176). Sum of RGB (Red+Green+Blue) = 193+185+176=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9B0 is #3E464F. Grayscale: #BABABA. Windows color (decimal): -4081232 or 11581889. OLE color: 11581889.

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

Color convert

RGB193185176-
CMYK00.040.090.24
HSL31.76º12.06%72.35%-
HSV(B)31.76º8.81%75.69%-
XYZ47.1849.1748.08-
YUV186.37122.15132.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=34.84%
G=33.39%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318517600.040.090.2431.7612.0672.35
HexC1B9B00491820c48
Octal3012712600411304014110
Binary110000011011100110110000010010011100010000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9B0; }

 p { color: rgb(193,185,176); }

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

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

 a { background-color: rgb(193,185,176); }

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

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

 span { border-color: rgb(193,185,176); }

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