#C2ABB9

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

Shades of Maverick #C2ABB9

Tints of Maverick #C2ABB9

Color information

#C2ABB9 (or 0xC2ABB9) is unknown color: approx Maverick. HEX triplet: C2, AB and B9. RGB value is (194,171,185). Sum of RGB (Red+Green+Blue) = 194+171+185=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB9 is #3D5446. Grayscale: #B3B3B3. Windows color (decimal): -4019271 or 12168130. OLE color: 12168130.

HSL color Cylindrical-coordinate representation of color #C2ABB9: hue angle of 323.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB9 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194171185-
CMYK00.120.050.24
HSL323.48º15.86%71.57%-
HSV(B)323.48º11.86%76.08%-
XYZ45.5744.152.01-
YUV179.47131.12138.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=35.27%
G=31.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417118500.120.050.24323.4815.8671.57
HexC2ABB90C5181431048
Octal30225327101453050320110
Binary1100001010101011101110010110010111000101000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABB9; }

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

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

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

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

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

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

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

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