#C1B0AA

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

Shades of Martini #C1B0AA

Tints of Martini #C1B0AA

Color information

#C1B0AA (or 0xC1B0AA) is unknown color: approx Martini. HEX triplet: C1, B0 and AA. RGB value is (193,176,170). Sum of RGB (Red+Green+Blue) = 193+176+170=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0AA is #3E4F55. Grayscale: #B4B4B4. Windows color (decimal): -4083542 or 11186369. OLE color: 11186369.

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

Color convert

RGB193176170-
CMYK00.090.120.24
HSL15.65º15.65%71.18%-
HSV(B)15.65º11.92%75.69%-
XYZ44.7745.2944.41-
YUV180.4122.13136.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.81%
G=32.65%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317617000.090.120.2415.6515.6571.18
HexC1B0AA09C18101047
Octal30126025201114302020107
Binary1100000110110000101010100100111001100010000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0AA; }

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

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

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

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

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

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

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

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