#C9B1BD

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

Shades of Maverick #C9B1BD

Tints of Maverick #C9B1BD

Color information

#C9B1BD (or 0xC9B1BD) is unknown color: approx Maverick. HEX triplet: C9, B1 and BD. RGB value is (201,177,189). Sum of RGB (Red+Green+Blue) = 201+177+189=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BD is #364E42. Grayscale: #B9B9B9. Windows color (decimal): -3558979 or 12431817. OLE color: 12431817.

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

Color convert

RGB201177189-
CMYK00.120.060.21
HSL330º18.18%74.12%-
HSV(B)330º11.94%78.82%-
XYZ48.9947.5454.74-
YUV185.54129.95139.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=35.45%
G=31.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117718900.120.060.2133018.1874.12
HexC9B1BD0C61514a124a
Octal31126127501462551222112
Binary1100100110110001101111010110011010101101001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1BD; }

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

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

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

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

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

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

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

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