#C6A7BC

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

Shades of Maverick #C6A7BC

Tints of Maverick #C6A7BC

Color information

#C6A7BC (or 0xC6A7BC) is unknown color: approx Maverick. HEX triplet: C6, A7 and BC. RGB value is (198,167,188). Sum of RGB (Red+Green+Blue) = 198+167+188=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7BC is #395843. Grayscale: #B2B2B2. Windows color (decimal): -3758148 or 12363718. OLE color: 12363718.

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

Color convert

RGB198167188-
CMYK00.160.050.22
HSL319.35º21.38%71.57%-
HSV(B)319.35º15.66%77.65%-
XYZ46.1843.2753.5-
YUV178.66133.27141.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=35.80%
G=30.20%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816718800.160.050.22319.3521.3871.57
HexC6A7BC01051613f1548
Octal30624727402052647725110
Binary11000110101001111011110001000010110110100111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A7BC; }

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

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

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

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

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

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

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

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