#C7ABBE

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

Shades of Maverick #C7ABBE

Tints of Maverick #C7ABBE

Color information

#C7ABBE (or 0xC7ABBE) is unknown color: approx Maverick. HEX triplet: C7, AB and BE. RGB value is (199,171,190). Sum of RGB (Red+Green+Blue) = 199+171+190=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBE is #385441. Grayscale: #B5B5B5. Windows color (decimal): -3691586 or 12495815. OLE color: 12495815.

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

Color convert

RGB199171190-
CMYK00.140.050.22
HSL319.29º20%72.55%-
HSV(B)319.29º14.07%78.04%-
XYZ47.4144.9954.9-
YUV181.54132.78140.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=35.54%
G=30.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917119000.140.050.22319.292072.55
HexC7ABBE0E51613f1449
Octal30725327601652647724111
Binary1100011110101011101111100111010110110100111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABBE; }

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

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

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

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

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

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

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

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