#C9A6BB

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

Shades of Maverick #C9A6BB

Tints of Maverick #C9A6BB

Color information

#C9A6BB (or 0xC9A6BB) is unknown color: approx Maverick. HEX triplet: C9, A6 and BB. RGB value is (201,166,187). Sum of RGB (Red+Green+Blue) = 201+166+187=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6BB is #365944. Grayscale: #B2B2B2. Windows color (decimal): -3561797 or 12297929. OLE color: 12297929.

HSL color Cylindrical-coordinate representation of color #C9A6BB: hue angle of 324º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A6BB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201166187-
CMYK00.170.070.21
HSL324º24.48%71.96%-
HSV(B)324º17.41%78.82%-
XYZ46.6943.2852.91-
YUV178.86132.6143.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=36.28%
G=29.96%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116618700.170.070.2132424.4871.96
HexC9A6BB0117151441848
Octal31124627302172550430110
Binary11001001101001101011101101000111110101101000100110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6BB; }

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

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

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

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

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

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

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

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