#C9B1BB

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

Shades of Maverick #C9B1BB

Tints of Maverick #C9B1BB

Color information

#C9B1BB (or 0xC9B1BB) is unknown color: approx Maverick. HEX triplet: C9, B1 and BB. RGB value is (201,177,187). Sum of RGB (Red+Green+Blue) = 201+177+187=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BB is #364E44. Grayscale: #B9B9B9. Windows color (decimal): -3558981 or 12300745. OLE color: 12300745.

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

Color convert

RGB201177187-
CMYK00.120.070.21
HSL335º18.18%74.12%-
HSV(B)335º11.94%78.82%-
XYZ48.7847.4553.6-
YUV185.32128.95139.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=35.58%
G=31.33%
B=33.10%

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
Decimal20117718700.120.070.2133518.1874.12
HexC9B1BB0C71514f124a
Octal31126127301472551722112
Binary1100100110110001101110110110011110101101001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1BB; }

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

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

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

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

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

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

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

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