#D7ACC5

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

Shades of Maverick #D7ACC5

Tints of Maverick #D7ACC5

Color information

#D7ACC5 (or 0xD7ACC5) is unknown color: approx Maverick. HEX triplet: D7, AC and C5. RGB value is (215,172,197). Sum of RGB (Red+Green+Blue) = 215+172+197=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC5 is #28533A. Grayscale: #BBBBBB. Windows color (decimal): -2642747 or 12954839. OLE color: 12954839.

HSL color Cylindrical-coordinate representation of color #D7ACC5: hue angle of 325.12º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACC5 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215172197-
CMYK00.20.080.16
HSL325.12º34.96%75.88%-
HSV(B)325.12º20%84.31%-
XYZ52.8547.9859.3-
YUV187.71133.25147.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=36.82%
G=29.45%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517219700.20.080.16325.1234.9675.88
HexD7ACC5014810145234c
Octal327254305024102050543114
Binary1101011110101100110001010101001000100001010001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACC5; }

 p { color: rgb(215,172,197); }

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

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

 a { background-color: rgb(215,172,197); }

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

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

 span { border-color: rgb(215,172,197); }

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