#C9B2C1

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

Shades of Maverick #C9B2C1

Tints of Maverick #C9B2C1

Color information

#C9B2C1 (or 0xC9B2C1) is unknown color: approx Maverick. HEX triplet: C9, B2 and C1. RGB value is (201,178,193). Sum of RGB (Red+Green+Blue) = 201+178+193=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2C1 is #364D3E. Grayscale: #BABABA. Windows color (decimal): -3558719 or 12694217. OLE color: 12694217.

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

Color convert

RGB201178193-
CMYK00.110.040.21
HSL320.87º17.56%74.31%-
HSV(B)320.87º11.44%78.82%-
XYZ49.6348.1157.12-
YUV186.59131.62138.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=35.14%
G=31.12%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117819300.110.040.21320.8717.5674.31
HexC9B2C10B415141124a
Octal31126230101342550122112
Binary1100100110110010110000010101110010101101000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2C1; }

 p { color: rgb(201,178,193); }

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

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

 a { background-color: rgb(201,178,193); }

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

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

 span { border-color: rgb(201,178,193); }

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