#D5A1C0

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

Shades of Maverick #D5A1C0

Tints of Maverick #D5A1C0

Color information

#D5A1C0 (or 0xD5A1C0) is unknown color: approx Maverick. HEX triplet: D5, A1 and C0. RGB value is (213,161,192). Sum of RGB (Red+Green+Blue) = 213+161+192=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1C0 is #2A5E3F. Grayscale: #B4B4B4. Windows color (decimal): -2776640 or 12624341. OLE color: 12624341.

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

Color convert

RGB213161192-
CMYK00.240.100.16
HSL324.23º38.24%73.33%-
HSV(B)324.23º24.41%83.53%-
XYZ49.743.4455.63-
YUV180.08134.73151.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=37.63%
G=28.45%
B=33.92%

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
Decimal21316119200.240.100.16324.2338.2473.33
HexD5A1C0018A101442649
Octal325241300030122050446111
Binary1101010110100001110000000110001010100001010001001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1C0; }

 p { color: rgb(213,161,192); }

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

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

 a { background-color: rgb(213,161,192); }

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

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

 span { border-color: rgb(213,161,192); }

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