#C1ABB9

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

Shades of Maverick #C1ABB9

Tints of Maverick #C1ABB9

Color information

#C1ABB9 (or 0xC1ABB9) is unknown color: approx Maverick. HEX triplet: C1, AB and B9. RGB value is (193,171,185). Sum of RGB (Red+Green+Blue) = 193+171+185=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABB9 is #3E5446. Grayscale: #B3B3B3. Windows color (decimal): -4084807 or 12168129. OLE color: 12168129.

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

Color convert

RGB193171185-
CMYK00.110.040.24
HSL321.82º15.07%71.37%-
HSV(B)321.82º11.4%75.69%-
XYZ45.3143.9752-
YUV179.17131.29137.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=35.15%
G=31.15%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317118500.110.040.24321.8215.0771.37
HexC1ABB90B418142f47
Octal30125327101343050217107
Binary110000011010101110111001010111001100010100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABB9; }

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

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

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

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

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

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

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

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