#C1ADA8

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

Shades of Martini #C1ADA8

Tints of Martini #C1ADA8

Color information

#C1ADA8 (or 0xC1ADA8) is unknown color: approx Martini. HEX triplet: C1, AD and A8. RGB value is (193,173,168). Sum of RGB (Red+Green+Blue) = 193+173+168=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADA8 is #3E5257. Grayscale: #B2B2B2. Windows color (decimal): -4084312 or 11054529. OLE color: 11054529.

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

Color convert

RGB193173168-
CMYK00.100.130.24
HSL12º16.78%70.78%-
HSV(B)12º12.95%75.69%-
XYZ4444.0543.23-
YUV178.41122.13138.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=36.14%
G=32.40%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317316800.100.130.241216.7870.78
HexC1ADA80AD18c1147
Octal30125525001215301421107
Binary110000011010110110101000010101101110001100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADA8; }

 p { color: rgb(193,173,168); }

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

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

 a { background-color: rgb(193,173,168); }

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

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

 span { border-color: rgb(193,173,168); }

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