#D7A4C1

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

Shades of Maverick #D7A4C1

Tints of Maverick #D7A4C1

Color information

#D7A4C1 (or 0xD7A4C1) is unknown color: approx Maverick. HEX triplet: D7, A4 and C1. RGB value is (215,164,193). Sum of RGB (Red+Green+Blue) = 215+164+193=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4C1 is #285B3E. Grayscale: #B6B6B6. Windows color (decimal): -2644799 or 12690647. OLE color: 12690647.

HSL color Cylindrical-coordinate representation of color #D7A4C1: hue angle of 325.88º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A4C1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215164193-
CMYK00.240.100.16
HSL325.88º38.93%74.31%-
HSV(B)325.88º23.72%84.31%-
XYZ50.9344.8556.42-
YUV182.56133.9151.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=37.59%
G=28.67%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516419300.240.100.16325.8838.9374.31
HexD7A4C1018A10146274a
Octal327244301030122050647112
Binary1101011110100100110000010110001010100001010001101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4C1; }

 p { color: rgb(215,164,193); }

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

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

 a { background-color: rgb(215,164,193); }

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

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

 span { border-color: rgb(215,164,193); }

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