#C6AEB9

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

Shades of Maverick #C6AEB9

Tints of Maverick #C6AEB9

Color information

#C6AEB9 (or 0xC6AEB9) is unknown color: approx Maverick. HEX triplet: C6, AE and B9. RGB value is (198,174,185). Sum of RGB (Red+Green+Blue) = 198+174+185=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEB9 is #395146. Grayscale: #B6B6B6. Windows color (decimal): -3756359 or 12168902. OLE color: 12168902.

HSL color Cylindrical-coordinate representation of color #C6AEB9: hue angle of 332.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEB9 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB198174185-
CMYK00.120.070.22
HSL332.5º17.39%72.94%-
HSV(B)332.5º12.12%77.65%-
XYZ47.1845.7852.25-
YUV182.43129.45139.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=35.55%
G=31.24%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817418500.120.070.22332.517.3972.94
HexC6AEB90C71614c1149
Octal30625627101472651421111
Binary1100011010101110101110010110011110110101001100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEB9; }

 p { color: rgb(198,174,185); }

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

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

 a { background-color: rgb(198,174,185); }

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

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

 span { border-color: rgb(198,174,185); }

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