#C5AABA

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

Shades of Maverick #C5AABA

Tints of Maverick #C5AABA

Color information

#C5AABA (or 0xC5AABA) is unknown color: approx Maverick. HEX triplet: C5, AA and BA. RGB value is (197,170,186). Sum of RGB (Red+Green+Blue) = 197+170+186=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABA is #3A5545. Grayscale: #B3B3B3. Windows color (decimal): -3822918 or 12233413. OLE color: 12233413.

HSL color Cylindrical-coordinate representation of color #C5AABA: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AABA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197170186-
CMYK00.140.060.23
HSL324.44º18.88%71.96%-
HSV(B)324.44º13.71%77.25%-
XYZ46.2644.1652.54-
YUV179.9131.45140.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=35.62%
G=30.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717018600.140.060.23324.4418.8871.96
HexC5AABA0E6171441348
Octal30525227201662750423110
Binary1100010110101010101110100111011010111101000100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AABA; }

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

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

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

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

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

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

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

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