#C5AABF

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

Shades of Maverick #C5AABF

Tints of Maverick #C5AABF

Color information

#C5AABF (or 0xC5AABF) is unknown color: approx Maverick. HEX triplet: C5, AA and BF. RGB value is (197,170,191). Sum of RGB (Red+Green+Blue) = 197+170+191=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABF is #3A5540. Grayscale: #B4B4B4. Windows color (decimal): -3822913 or 12561093. OLE color: 12561093.

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

Color convert

RGB197170191-
CMYK00.140.030.23
HSL313.33º18.88%71.96%-
HSV(B)313.33º13.71%77.25%-
XYZ46.844.3855.39-
YUV180.47133.95139.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 34.23%
R=35.30%
G=30.47%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717019100.140.030.23313.3318.8871.96
HexC5AABF0E3171391348
Octal30525227701632747123110
Binary110001011010101010111111011101110111100111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AABF; }

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

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

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

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

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

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

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

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