#C6A7BB

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

Shades of Maverick #C6A7BB

Tints of Maverick #C6A7BB

Color information

#C6A7BB (or 0xC6A7BB) is unknown color: approx Maverick. HEX triplet: C6, A7 and BB. RGB value is (198,167,187). Sum of RGB (Red+Green+Blue) = 198+167+187=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7BB is #395844. Grayscale: #B2B2B2. Windows color (decimal): -3758149 or 12298182. OLE color: 12298182.

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

Color convert

RGB198167187-
CMYK00.160.060.22
HSL321.29º21.38%71.57%-
HSV(B)321.29º15.66%77.65%-
XYZ46.0843.2352.93-
YUV178.55132.77141.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=35.87%
G=30.25%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816718700.160.060.22321.2921.3871.57
HexC6A7BB0106161411548
Octal30624727302062650125110
Binary11000110101001111011101101000011010110101000001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A7BB; }

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

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

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

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

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

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

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

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