#C9AABD

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

Shades of Maverick #C9AABD

Tints of Maverick #C9AABD

Color information

#C9AABD (or 0xC9AABD) is unknown color: approx Maverick. HEX triplet: C9, AA and BD. RGB value is (201,170,189). Sum of RGB (Red+Green+Blue) = 201+170+189=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABD is #365542. Grayscale: #B5B5B5. Windows color (decimal): -3560771 or 12430025. OLE color: 12430025.

HSL color Cylindrical-coordinate representation of color #C9AABD: hue angle of 323.23º 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 #C9AABD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201170189-
CMYK00.150.060.21
HSL323.23º22.3%72.75%-
HSV(B)323.23º15.42%78.82%-
XYZ47.6544.8454.29-
YUV181.43132.27141.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=35.89%
G=30.36%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117018900.150.060.21323.2322.372.75
HexC9AABD0F6151431649
Octal31125227501762550326111
Binary1100100110101010101111010111111010101101000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AABD; }

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

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

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

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

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

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

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

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