#C7ACC1

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

Shades of Maverick #C7ACC1

Tints of Maverick #C7ACC1

Color information

#C7ACC1 (or 0xC7ACC1) is unknown color: approx Maverick. HEX triplet: C7, AC and C1. RGB value is (199,172,193). Sum of RGB (Red+Green+Blue) = 199+172+193=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACC1 is #38533E. Grayscale: #B6B6B6. Windows color (decimal): -3691327 or 12692679. OLE color: 12692679.

HSL color Cylindrical-coordinate representation of color #C7ACC1: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACC1 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199172193-
CMYK00.140.030.22
HSL313.33º19.42%72.75%-
HSV(B)313.33º13.57%78.04%-
XYZ47.9345.556.71-
YUV182.47133.95139.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=35.28%
G=30.50%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917219300.140.030.22313.3319.4272.75
HexC7ACC10E3161391349
Octal30725430101632647123111
Binary110001111010110011000001011101110110100111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACC1; }

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

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

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

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

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

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

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

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