#C7A8BD

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

Shades of Maverick #C7A8BD

Tints of Maverick #C7A8BD

Color information

#C7A8BD (or 0xC7A8BD) is unknown color: approx Maverick. HEX triplet: C7, A8 and BD. RGB value is (199,168,189). Sum of RGB (Red+Green+Blue) = 199+168+189=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8BD is #385742. Grayscale: #B3B3B3. Windows color (decimal): -3692355 or 12429511. OLE color: 12429511.

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

Color convert

RGB199168189-
CMYK00.160.050.22
HSL319.35º21.68%71.96%-
HSV(B)319.35º15.58%78.04%-
XYZ46.7443.8254.14-
YUV179.66133.27141.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=35.79%
G=30.22%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916818900.160.050.22319.3521.6871.96
HexC7A8BD01051613f1648
Octal30725027502052647726110
Binary11000111101010001011110101000010110110100111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A8BD; }

 p { color: rgb(199,168,189); }

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

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

 a { background-color: rgb(199,168,189); }

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

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

 span { border-color: rgb(199,168,189); }

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