#c9aabb

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

Shades of Maverick #C9AABB

Tints of Maverick #C9AABB

Color information

#C9AABB (or 0xC9AABB) is unknown color: approx Maverick. HEX triplet: C9, AA and BB. RGB value is (201,170,187). Sum of RGB (Red+Green+Blue) = 201+170+187=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABB is #365544. Grayscale: #B5B5B5. Windows color (decimal): -3560773 or 12298953. OLE color: 12298953.

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

Color convert

RGB201170187-
CMYK00.150.070.21
HSL327.1º22.3%72.75%-
HSV(B)327.1º15.42%78.82%-
XYZ47.4344.7553.15-
YUV181.21131.27142.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=36.02%
G=30.47%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117018700.150.070.21327.122.372.75
HexC9AABB0F7151471649
Octal31125227301772550726111
Binary1100100110101010101110110111111110101101000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9aabb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9aabb; }

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

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

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

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

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

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

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

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