#C6AABA

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

Shades of Maverick #C6AABA

Tints of Maverick #C6AABA

Color information

#C6AABA (or 0xC6AABA) is unknown color: approx Maverick. HEX triplet: C6, AA and BA. RGB value is (198,170,186). Sum of RGB (Red+Green+Blue) = 198+170+186=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AABA is #395545. Grayscale: #B4B4B4. Windows color (decimal): -3757382 or 12233414. OLE color: 12233414.

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

Color convert

RGB198170186-
CMYK00.140.060.22
HSL325.71º19.72%72.16%-
HSV(B)325.71º14.14%77.65%-
XYZ46.5344.352.55-
YUV180.2131.28140.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=35.74%
G=30.69%
B=33.57%

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
Decimal19817018600.140.060.22325.7119.7272.16
HexC6AABA0E6161461448
Octal30625227201662650624110
Binary1100011010101010101110100111011010110101000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AABA; }

 p { color: rgb(198,170,186); }

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

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

 a { background-color: rgb(198,170,186); }

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

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

 span { border-color: rgb(198,170,186); }

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