#C7A7C1

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

Shades of Maverick #C7A7C1

Tints of Maverick #C7A7C1

Color information

#C7A7C1 (or 0xC7A7C1) is unknown color: approx Maverick. HEX triplet: C7, A7 and C1. RGB value is (199,167,193). Sum of RGB (Red+Green+Blue) = 199+167+193=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7C1 is #38583E. Grayscale: #B3B3B3. Windows color (decimal): -3692607 or 12691399. OLE color: 12691399.

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

Color convert

RGB199167193-
CMYK00.160.030.22
HSL311.25º22.22%71.76%-
HSV(B)311.25º16.08%78.04%-
XYZ4743.6356.4-
YUV179.53135.6141.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=35.60%
G=29.87%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916719300.160.030.22311.2522.2271.76
HexC7A7C10103161371648
Octal30724730102032646726110
Binary1100011110100111110000010100001110110100110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A7C1; }

 p { color: rgb(199,167,193); }

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

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

 a { background-color: rgb(199,167,193); }

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

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

 span { border-color: rgb(199,167,193); }

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