#D0A1C0

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

Shades of Maverick #D0A1C0

Tints of Maverick #D0A1C0

Color information

#D0A1C0 (or 0xD0A1C0) is unknown color: approx Maverick. HEX triplet: D0, A1 and C0. RGB value is (208,161,192). Sum of RGB (Red+Green+Blue) = 208+161+192=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1C0 is #2F5E3F. Grayscale: #B2B2B2. Windows color (decimal): -3104320 or 12624336. OLE color: 12624336.

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

Color convert

RGB208161192-
CMYK00.230.080.18
HSL320.43º33.33%72.35%-
HSV(B)320.43º22.6%81.57%-
XYZ48.2742.7155.57-
YUV178.59135.57148.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=37.08%
G=28.70%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816119200.230.080.18320.4333.3372.35
HexD0A1C00178121402148
Octal320241300027102250041110
Binary1101000010100001110000000101111000100101010000001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1C0; }

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

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

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

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

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

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

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

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