#C7A5C0

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

Shades of Maverick #C7A5C0

Tints of Maverick #C7A5C0

Color information

#C7A5C0 (or 0xC7A5C0) is unknown color: approx Maverick. HEX triplet: C7, A5 and C0. RGB value is (199,165,192). Sum of RGB (Red+Green+Blue) = 199+165+192=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5C0 is #385A3F. Grayscale: #B2B2B2. Windows color (decimal): -3693120 or 12625351. OLE color: 12625351.

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

Color convert

RGB199165192-
CMYK00.170.040.22
HSL312.35º23.29%71.37%-
HSV(B)312.35º17.09%78.04%-
XYZ46.5242.8655.69-
YUV178.24135.76142.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=35.79%
G=29.68%
B=34.53%

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
Decimal19916519200.170.040.22312.3523.2971.37
HexC7A5C00114161381747
Octal30724530002142647027107
Binary11000111101001011100000001000110010110100111000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5C0; }

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

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

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

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

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

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

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

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