#C9ABBD

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

Shades of Maverick #C9ABBD

Tints of Maverick #C9ABBD

Color information

#C9ABBD (or 0xC9ABBD) is unknown color: approx Maverick. HEX triplet: C9, AB and BD. RGB value is (201,171,189). Sum of RGB (Red+Green+Blue) = 201+171+189=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABBD is #365442. Grayscale: #B5B5B5. Windows color (decimal): -3560515 or 12430281. OLE color: 12430281.

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

Color convert

RGB201171189-
CMYK00.150.060.21
HSL324º21.74%72.94%-
HSV(B)324º14.93%78.82%-
XYZ47.8445.2254.35-
YUV182.02131.94141.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=35.83%
G=30.48%
B=33.69%

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
Decimal20117118900.150.060.2132421.7472.94
HexC9ABBD0F6151441649
Octal31125327501762550426111
Binary1100100110101011101111010111111010101101000100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABBD; }

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

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

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

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

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

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

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

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