#D7A8C8

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

Shades of Maverick #D7A8C8

Tints of Maverick #D7A8C8

Color information

#D7A8C8 (or 0xD7A8C8) is unknown color: approx Maverick. HEX triplet: D7, A8 and C8. RGB value is (215,168,200). Sum of RGB (Red+Green+Blue) = 215+168+200=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C8 is #285737. Grayscale: #B9B9B9. Windows color (decimal): -2643768 or 13150423. OLE color: 13150423.

HSL color Cylindrical-coordinate representation of color #D7A8C8: hue angle of 319.15º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8C8 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215168200-
CMYK00.220.070.16
HSL319.15º37.01%75.1%-
HSV(B)319.15º21.86%84.31%-
XYZ52.4546.6260.88-
YUV185.7136.07148.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=36.88%
G=28.82%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516820000.220.070.16319.1537.0175.1
HexD7A8C801671013f254b
Octal32725031002672047745113
Binary110101111010100011001000010110111100001001111111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8C8; }

 p { color: rgb(215,168,200); }

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

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

 a { background-color: rgb(215,168,200); }

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

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

 span { border-color: rgb(215,168,200); }

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