#C9ABBA

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

Shades of Maverick #C9ABBA

Tints of Maverick #C9ABBA

Color information

#C9ABBA (or 0xC9ABBA) is unknown color: approx Maverick. HEX triplet: C9, AB and BA. RGB value is (201,171,186). Sum of RGB (Red+Green+Blue) = 201+171+186=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABBA is #365445. Grayscale: #B5B5B5. Windows color (decimal): -3560518 or 12233673. OLE color: 12233673.

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

Color convert

RGB201171186-
CMYK00.150.070.21
HSL330º21.74%72.94%-
HSV(B)330º14.93%78.82%-
XYZ47.5145.0952.65-
YUV181.68130.44141.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=36.02%
G=30.65%
B=33.33%

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
Decimal20117118600.150.070.2133021.7472.94
HexC9ABBA0F71514a1649
Octal31125327201772551226111
Binary1100100110101011101110100111111110101101001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABBA; }

 p { color: rgb(201,171,186); }

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

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

 a { background-color: rgb(201,171,186); }

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

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

 span { border-color: rgb(201,171,186); }

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