#C6A6BF

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

Shades of Maverick #C6A6BF

Tints of Maverick #C6A6BF

Color information

#C6A6BF (or 0xC6A6BF) is unknown color: approx Maverick. HEX triplet: C6, A6 and BF. RGB value is (198,166,191). Sum of RGB (Red+Green+Blue) = 198+166+191=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6BF is #395940. Grayscale: #B2B2B2. Windows color (decimal): -3758401 or 12560070. OLE color: 12560070.

HSL color Cylindrical-coordinate representation of color #C6A6BF: hue angle of 313.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6BF is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198166191-
CMYK00.160.040.22
HSL313.12º21.92%71.37%-
HSV(B)313.12º16.16%77.65%-
XYZ46.3343.0455.16-
YUV178.42135.1141.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 191 (75% from 255) = 34.41%
R=35.68%
G=29.91%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816619100.160.040.22313.1221.9271.37
HexC6A6BF0104161391647
Octal30624627702042647126107
Binary11000110101001101011111101000010010110100111001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A6BF; }

 p { color: rgb(198,166,191); }

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

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

 a { background-color: rgb(198,166,191); }

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

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

 span { border-color: rgb(198,166,191); }

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