#C1ABBC

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

Shades of Maverick #C1ABBC

Tints of Maverick #C1ABBC

Color information

#C1ABBC (or 0xC1ABBC) is unknown color: approx Maverick. HEX triplet: C1, AB and BC. RGB value is (193,171,188). Sum of RGB (Red+Green+Blue) = 193+171+188=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBC is #3E5443. Grayscale: #B3B3B3. Windows color (decimal): -4084804 or 12364737. OLE color: 12364737.

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

Color convert

RGB193171188-
CMYK00.110.030.24
HSL313.64º15.07%71.37%-
HSV(B)313.64º11.4%75.69%-
XYZ45.6344.0953.68-
YUV179.52132.79137.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=34.96%
G=30.98%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317118800.110.030.24313.6415.0771.37
HexC1ABBC0B31813af47
Octal30125327401333047217107
Binary11000001101010111011110001011111100010011101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABBC; }

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

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

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

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

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

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

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

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