#C7A6C0

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

Shades of Maverick #C7A6C0

Tints of Maverick #C7A6C0

Color information

#C7A6C0 (or 0xC7A6C0) is unknown color: approx Maverick. HEX triplet: C7, A6 and C0. RGB value is (199,166,192). Sum of RGB (Red+Green+Blue) = 199+166+192=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6C0 is #38593F. Grayscale: #B2B2B2. Windows color (decimal): -3692864 or 12625607. OLE color: 12625607.

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

Color convert

RGB199166192-
CMYK00.170.040.22
HSL312.73º22.76%71.57%-
HSV(B)312.73º16.58%78.04%-
XYZ46.743.2255.75-
YUV178.83135.43142.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=35.73%
G=29.80%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916619200.170.040.22312.7322.7671.57
HexC7A6C00114161391748
Octal30724630002142647127110
Binary11000111101001101100000001000110010110100111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A6C0; }

 p { color: rgb(199,166,192); }

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

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

 a { background-color: rgb(199,166,192); }

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

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

 span { border-color: rgb(199,166,192); }

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