#D0A7C6

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

Shades of Maverick #D0A7C6

Tints of Maverick #D0A7C6

Color information

#D0A7C6 (or 0xD0A7C6) is unknown color: approx Maverick. HEX triplet: D0, A7 and C6. RGB value is (208,167,198). Sum of RGB (Red+Green+Blue) = 208+167+198=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7C6 is #2F5839. Grayscale: #B6B6B6. Windows color (decimal): -3102778 or 13019088. OLE color: 13019088.

HSL color Cylindrical-coordinate representation of color #D0A7C6: hue angle of 314.63º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7C6 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208167198-
CMYK00.200.050.18
HSL314.63º30.37%73.53%-
HSV(B)314.63º19.71%81.57%-
XYZ50.0245.1259.5-
YUV182.79136.58145.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=36.30%
G=29.14%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816719800.200.050.18314.6330.3773.53
HexD0A7C601451213b1e4a
Octal32024730602452247336112
Binary11010000101001111100011001010010110010100111011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A7C6; }

 p { color: rgb(208,167,198); }

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

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

 a { background-color: rgb(208,167,198); }

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

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

 span { border-color: rgb(208,167,198); }

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