#C1ABBD

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

Shades of Maverick #C1ABBD

Tints of Maverick #C1ABBD

Color information

#C1ABBD (or 0xC1ABBD) is unknown color: approx Maverick. HEX triplet: C1, AB and BD. RGB value is (193,171,189). Sum of RGB (Red+Green+Blue) = 193+171+189=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBD is #3E5442. Grayscale: #B3B3B3. Windows color (decimal): -4084803 or 12430273. OLE color: 12430273.

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

Color convert

RGB193171189-
CMYK00.110.020.24
HSL310.91º15.07%71.37%-
HSV(B)310.91º11.4%75.69%-
XYZ45.7444.1454.25-
YUV179.63133.29137.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=34.90%
G=30.92%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317118900.110.020.24310.9115.0771.37
HexC1ABBD0B218137f47
Octal30125327501323046717107
Binary11000001101010111011110101011101100010011011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABBD; }

 p { color: rgb(193,171,189); }

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

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

 a { background-color: rgb(193,171,189); }

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

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

 span { border-color: rgb(193,171,189); }

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