#C6ABBB

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

Shades of Maverick #C6ABBB

Tints of Maverick #C6ABBB

Color information

#C6ABBB (or 0xC6ABBB) is unknown color: approx Maverick. HEX triplet: C6, AB and BB. RGB value is (198,171,187). Sum of RGB (Red+Green+Blue) = 198+171+187=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBB is #395444. Grayscale: #B4B4B4. Windows color (decimal): -3757125 or 12299206. OLE color: 12299206.

HSL color Cylindrical-coordinate representation of color #C6ABBB: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABBB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198171187-
CMYK00.140.060.22
HSL324.44º19.15%72.35%-
HSV(B)324.44º13.64%77.65%-
XYZ46.8244.7253.18-
YUV180.9131.45140.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=35.61%
G=30.76%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817118700.140.060.22324.4419.1572.35
HexC6ABBB0E6161441348
Octal30625327301662650423110
Binary1100011010101011101110110111011010110101000100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABBB; }

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

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

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

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

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

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

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

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