#C9B1BA

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

Shades of Maverick #C9B1BA

Tints of Maverick #C9B1BA

Color information

#C9B1BA (or 0xC9B1BA) is unknown color: approx Maverick. HEX triplet: C9, B1 and BA. RGB value is (201,177,186). Sum of RGB (Red+Green+Blue) = 201+177+186=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BA is #364E45. Grayscale: #B9B9B9. Windows color (decimal): -3558982 or 12235209. OLE color: 12235209.

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

Color convert

RGB201177186-
CMYK00.120.070.21
HSL337.5º18.18%74.12%-
HSV(B)337.5º11.94%78.82%-
XYZ48.6747.4153.04-
YUV185.2128.45139.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=35.64%
G=31.38%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117718600.120.070.21337.518.1874.12
HexC9B1BA0C715152124a
Octal31126127201472552222112
Binary1100100110110001101110100110011110101101010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1BA; }

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

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

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

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

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

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

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

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