#C7A9C0

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

Shades of Maverick #C7A9C0

Tints of Maverick #C7A9C0

Color information

#C7A9C0 (or 0xC7A9C0) is unknown color: approx Maverick. HEX triplet: C7, A9 and C0. RGB value is (199,169,192). Sum of RGB (Red+Green+Blue) = 199+169+192=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9C0 is #38563F. Grayscale: #B4B4B4. Windows color (decimal): -3692096 or 12626375. OLE color: 12626375.

HSL color Cylindrical-coordinate representation of color #C7A9C0: hue angle of 314º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9C0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199169192-
CMYK00.150.040.22
HSL314º21.13%72.16%-
HSV(B)314º15.08%78.04%-
XYZ47.2644.3255.93-
YUV180.59134.44141.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=35.54%
G=30.18%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916919200.150.040.2231421.1372.16
HexC7A9C00F41613a1548
Octal30725130001742647225110
Binary1100011110101001110000000111110010110100111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A9C0; }

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

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

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

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

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

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

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

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