#D0A5C0

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

Shades of Maverick #D0A5C0

Tints of Maverick #D0A5C0

Color information

#D0A5C0 (or 0xD0A5C0) is unknown color: approx Maverick. HEX triplet: D0, A5 and C0. RGB value is (208,165,192). Sum of RGB (Red+Green+Blue) = 208+165+192=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5C0 is #2F5A3F. Grayscale: #B4B4B4. Windows color (decimal): -3103296 or 12625360. OLE color: 12625360.

HSL color Cylindrical-coordinate representation of color #D0A5C0: hue angle of 322.33º degrees, saturation: 0.31, 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 #D0A5C0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208165192-
CMYK00.210.080.18
HSL322.33º31.39%73.14%-
HSV(B)322.33º20.67%81.57%-
XYZ48.9844.1355.8-
YUV180.94134.25147.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=36.81%
G=29.20%
B=33.98%

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
Decimal20816519200.210.080.18322.3331.3973.14
HexD0A5C00158121421f49
Octal320245300025102250237111
Binary110100001010010111000000010101100010010101000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5C0; }

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

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

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

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

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

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

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

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