#C7AABE

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

Shades of Maverick #C7AABE

Tints of Maverick #C7AABE

Color information

#C7AABE (or 0xC7AABE) is unknown color: approx Maverick. HEX triplet: C7, AA and BE. RGB value is (199,170,190). Sum of RGB (Red+Green+Blue) = 199+170+190=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AABE is #385541. Grayscale: #B4B4B4. Windows color (decimal): -3691842 or 12495559. OLE color: 12495559.

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

Color convert

RGB199170190-
CMYK00.150.050.22
HSL318.62º20.57%72.35%-
HSV(B)318.62º14.57%78.04%-
XYZ47.2244.6154.84-
YUV180.95133.11140.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=35.60%
G=30.41%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917019000.150.050.22318.6220.5772.35
HexC7AABE0F51613f1548
Octal30725227601752647725110
Binary1100011110101010101111100111110110110100111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AABE; }

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

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

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

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

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

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

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

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