#C9A2BF

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

Shades of Maverick #C9A2BF

Tints of Maverick #C9A2BF

Color information

#C9A2BF (or 0xC9A2BF) is unknown color: approx Maverick. HEX triplet: C9, A2 and BF. RGB value is (201,162,191). Sum of RGB (Red+Green+Blue) = 201+162+191=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2BF is #365D40. Grayscale: #B0B0B0. Windows color (decimal): -3562817 or 12559049. OLE color: 12559049.

HSL color Cylindrical-coordinate representation of color #C9A2BF: hue angle of 315.38º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A2BF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201162191-
CMYK00.190.050.21
HSL315.38º26.53%71.18%-
HSV(B)315.38º19.4%78.82%-
XYZ46.4142.0254.95-
YUV176.97135.92145.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 191 (75% from 255) = 34.48%
R=36.28%
G=29.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116219100.190.050.21315.3826.5371.18
HexC9A2BF01351513b1b47
Octal31124227702352547333107
Binary11001001101000101011111101001110110101100111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2BF; }

 p { color: rgb(201,162,191); }

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

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

 a { background-color: rgb(201,162,191); }

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

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

 span { border-color: rgb(201,162,191); }

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