#C6A4BC

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

Shades of Maverick #C6A4BC

Tints of Maverick #C6A4BC

Color information

#C6A4BC (or 0xC6A4BC) is unknown color: approx Maverick. HEX triplet: C6, A4 and BC. RGB value is (198,164,188). Sum of RGB (Red+Green+Blue) = 198+164+188=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4BC is #395B43. Grayscale: #B0B0B0. Windows color (decimal): -3758916 or 12362950. OLE color: 12362950.

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

Color convert

RGB198164188-
CMYK00.170.050.22
HSL317.65º22.97%70.98%-
HSV(B)317.65º17.17%77.65%-
XYZ45.6442.1953.31-
YUV176.9134.26143.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=36%
G=29.82%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816418800.170.050.22317.6522.9770.98
HexC6A4BC01151613e1747
Octal30624427402152647627107
Binary11000110101001001011110001000110110110100111110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4BC; }

 p { color: rgb(198,164,188); }

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

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

 a { background-color: rgb(198,164,188); }

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

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

 span { border-color: rgb(198,164,188); }

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