#C2ABBB

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

Shades of Maverick #C2ABBB

Tints of Maverick #C2ABBB

Color information

#C2ABBB (or 0xC2ABBB) is unknown color: approx Maverick. HEX triplet: C2, AB and BB. RGB value is (194,171,187). Sum of RGB (Red+Green+Blue) = 194+171+187=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABBB is #3D5444. Grayscale: #B3B3B3. Windows color (decimal): -4019269 or 12299202. OLE color: 12299202.

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

Color convert

RGB194171187-
CMYK00.120.040.24
HSL318.26º15.86%71.57%-
HSV(B)318.26º11.86%76.08%-
XYZ45.7844.1853.13-
YUV179.7132.12138.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=35.14%
G=30.98%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417118700.120.040.24318.2615.8671.57
HexC2ABBB0C41813e1048
Octal30225327301443047620110
Binary1100001010101011101110110110010011000100111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABBB; }

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

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

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

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

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

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

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

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