#C7ABBD

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

Shades of Maverick #C7ABBD

Tints of Maverick #C7ABBD

Color information

#C7ABBD (or 0xC7ABBD) is unknown color: approx Maverick. HEX triplet: C7, AB and BD. RGB value is (199,171,189). Sum of RGB (Red+Green+Blue) = 199+171+189=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBD is #385442. Grayscale: #B5B5B5. Windows color (decimal): -3691587 or 12430279. OLE color: 12430279.

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

Color convert

RGB199171189-
CMYK00.140.050.22
HSL321.43º20%72.55%-
HSV(B)321.43º14.07%78.04%-
XYZ47.344.9454.33-
YUV181.42132.28140.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=35.60%
G=30.59%
B=33.81%

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
Decimal19917118900.140.050.22321.432072.55
HexC7ABBD0E5161411449
Octal30725327501652650124111
Binary1100011110101011101111010111010110110101000001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABBD; }

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

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

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

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

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

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

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

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