#D0A4C0

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

Shades of Maverick #D0A4C0

Tints of Maverick #D0A4C0

Color information

#D0A4C0 (or 0xD0A4C0) is unknown color: approx Maverick. HEX triplet: D0, A4 and C0. RGB value is (208,164,192). Sum of RGB (Red+Green+Blue) = 208+164+192=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4C0 is #2F5B3F. Grayscale: #B4B4B4. Windows color (decimal): -3103552 or 12625104. OLE color: 12625104.

HSL color Cylindrical-coordinate representation of color #D0A4C0: hue angle of 321.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4C0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208164192-
CMYK00.210.080.18
HSL321.82º31.88%72.94%-
HSV(B)321.82º21.15%81.57%-
XYZ48.843.7755.74-
YUV180.35134.58147.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=36.88%
G=29.08%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816419200.210.080.18321.8231.8872.94
HexD0A4C00158121422049
Octal320244300025102250240111
Binary1101000010100100110000000101011000100101010000101000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4C0; }

 p { color: rgb(208,164,192); }

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

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

 a { background-color: rgb(208,164,192); }

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

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

 span { border-color: rgb(208,164,192); }

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