#C6ABBE

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

Shades of Maverick #C6ABBE

Tints of Maverick #C6ABBE

Color information

#C6ABBE (or 0xC6ABBE) is unknown color: approx Maverick. HEX triplet: C6, AB and BE. RGB value is (198,171,190). Sum of RGB (Red+Green+Blue) = 198+171+190=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBE is #395441. Grayscale: #B5B5B5. Windows color (decimal): -3757122 or 12495814. OLE color: 12495814.

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

Color convert

RGB198171190-
CMYK00.140.040.22
HSL317.78º19.15%72.35%-
HSV(B)317.78º13.64%77.65%-
XYZ47.1544.8554.89-
YUV181.24132.95139.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=35.42%
G=30.59%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817119000.140.040.22317.7819.1572.35
HexC6ABBE0E41613e1348
Octal30625327601642647623110
Binary1100011010101011101111100111010010110100111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABBE; }

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

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

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

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

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

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

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

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