#C9AABF

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

Shades of Maverick #C9AABF

Tints of Maverick #C9AABF

Color information

#C9AABF (or 0xC9AABF) is unknown color: approx Maverick. HEX triplet: C9, AA and BF. RGB value is (201,170,191). Sum of RGB (Red+Green+Blue) = 201+170+191=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABF is #365540. Grayscale: #B5B5B5. Windows color (decimal): -3560769 or 12561097. OLE color: 12561097.

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

Color convert

RGB201170191-
CMYK00.150.050.21
HSL319.35º22.3%72.75%-
HSV(B)319.35º15.42%78.82%-
XYZ47.8744.9355.44-
YUV181.66133.27141.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 191 (75% from 255) = 33.99%
R=35.77%
G=30.25%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20117019100.150.050.21319.3522.372.75
HexC9AABF0F51513f1649
Octal31125227701752547726111
Binary1100100110101010101111110111110110101100111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AABF; }

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

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

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

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

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

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

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

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