#C7AEC1

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

Shades of Maverick #C7AEC1

Tints of Maverick #C7AEC1

Color information

#C7AEC1 (or 0xC7AEC1) is unknown color: approx Maverick. HEX triplet: C7, AE and C1. RGB value is (199,174,193). Sum of RGB (Red+Green+Blue) = 199+174+193=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC1 is #38513E. Grayscale: #B7B7B7. Windows color (decimal): -3690815 or 12693191. OLE color: 12693191.

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

Color convert

RGB199174193-
CMYK00.130.030.22
HSL314.4º18.25%73.14%-
HSV(B)314.4º12.56%78.04%-
XYZ48.3146.2656.84-
YUV183.64133.28138.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=35.16%
G=30.74%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917419300.130.030.22314.418.2573.14
HexC7AEC10D31613a1249
Octal30725630101532647222111
Binary110001111010111011000001011011110110100111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEC1; }

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

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

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

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

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

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

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

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