#D5A0C8

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

Shades of Maverick #D5A0C8

Tints of Maverick #D5A0C8

Color information

#D5A0C8 (or 0xD5A0C8) is unknown color: approx Maverick. HEX triplet: D5, A0 and C8. RGB value is (213,160,200). Sum of RGB (Red+Green+Blue) = 213+160+200=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0C8 is #2A5F37. Grayscale: #B4B4B4. Windows color (decimal): -2776888 or 13148373. OLE color: 13148373.

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

Color convert

RGB213160200-
CMYK00.250.060.16
HSL314.72º38.69%73.14%-
HSV(B)314.72º24.88%83.53%-
XYZ50.4443.4660.37-
YUV180.41139.06151.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 200 (78.52% from 255) = 34.90%
R=37.17%
G=27.92%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316020000.250.060.16314.7238.6973.14
HexD5A0C801961013b2749
Octal32524031003162047347111
Binary110101011010000011001000011001110100001001110111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0C8; }

 p { color: rgb(213,160,200); }

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

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

 a { background-color: rgb(213,160,200); }

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

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

 span { border-color: rgb(213,160,200); }

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