#D5A0C7

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

Shades of Maverick #D5A0C7

Tints of Maverick #D5A0C7

Color information

#D5A0C7 (or 0xD5A0C7) is unknown color: approx Maverick. HEX triplet: D5, A0 and C7. RGB value is (213,160,199). Sum of RGB (Red+Green+Blue) = 213+160+199=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0C7 is #2A5F38. Grayscale: #B4B4B4. Windows color (decimal): -2776889 or 13082837. OLE color: 13082837.

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

Color convert

RGB213160199-
CMYK00.250.070.16
HSL315.85º38.69%73.14%-
HSV(B)315.85º24.88%83.53%-
XYZ50.3243.4159.76-
YUV180.29138.56151.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=37.24%
G=27.97%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316019900.250.070.16315.8538.6973.14
HexD5A0C701971013c2749
Octal32524030703172047447111
Binary110101011010000011000111011001111100001001111001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0C7; }

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

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

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

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

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

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

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

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