#C9B1BE

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

Shades of Maverick #C9B1BE

Tints of Maverick #C9B1BE

Color information

#C9B1BE (or 0xC9B1BE) is unknown color: approx Maverick. HEX triplet: C9, B1 and BE. RGB value is (201,177,190). Sum of RGB (Red+Green+Blue) = 201+177+190=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BE is #364E41. Grayscale: #B9B9B9. Windows color (decimal): -3558978 or 12497353. OLE color: 12497353.

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

Color convert

RGB201177190-
CMYK00.120.050.21
HSL327.5º18.18%74.12%-
HSV(B)327.5º11.94%78.82%-
XYZ49.147.5855.31-
YUV185.66130.45138.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=35.39%
G=31.16%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117719000.120.050.21327.518.1874.12
HexC9B1BE0C515148124a
Octal31126127601452551022112
Binary1100100110110001101111100110010110101101001000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1BE; }

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

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

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

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

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

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

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

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