#C6A7BD

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

Shades of Maverick #C6A7BD

Tints of Maverick #C6A7BD

Color information

#C6A7BD (or 0xC6A7BD) is unknown color: approx Maverick. HEX triplet: C6, A7 and BD. RGB value is (198,167,189). Sum of RGB (Red+Green+Blue) = 198+167+189=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7BD is #395842. Grayscale: #B2B2B2. Windows color (decimal): -3758147 or 12429254. OLE color: 12429254.

HSL color Cylindrical-coordinate representation of color #C6A7BD: hue angle of 317.42º 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 #C6A7BD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198167189-
CMYK00.160.050.22
HSL317.42º21.38%71.57%-
HSV(B)317.42º15.66%77.65%-
XYZ46.2943.3254.07-
YUV178.78133.77141.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=35.74%
G=30.14%
B=34.12%

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
Decimal19816718900.160.050.22317.4221.3871.57
HexC6A7BD01051613d1548
Octal30624727502052647525110
Binary11000110101001111011110101000010110110100111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A7BD; }

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

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

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

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

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

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

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

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