#C7ABC2

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

Shades of Maverick #C7ABC2

Tints of Maverick #C7ABC2

Color information

#C7ABC2 (or 0xC7ABC2) is unknown color: approx Maverick. HEX triplet: C7, AB and C2. RGB value is (199,171,194). Sum of RGB (Red+Green+Blue) = 199+171+194=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABC2 is #38543D. Grayscale: #B5B5B5. Windows color (decimal): -3691582 or 12757959. OLE color: 12757959.

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

Color convert

RGB199171194-
CMYK00.140.030.22
HSL310.71º20%72.55%-
HSV(B)310.71º14.07%78.04%-
XYZ47.8545.1657.23-
YUV181.99134.78140.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=35.28%
G=30.32%
B=34.40%

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
Decimal19917119400.140.030.22310.712072.55
HexC7ABC20E3161371449
Octal30725330201632646724111
Binary110001111010101111000010011101110110100110111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABC2; }

 p { color: rgb(199,171,194); }

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

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

 a { background-color: rgb(199,171,194); }

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

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

 span { border-color: rgb(199,171,194); }

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