#D0A5BC

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

Shades of Maverick #D0A5BC

Tints of Maverick #D0A5BC

Color information

#D0A5BC (or 0xD0A5BC) is unknown color: approx Maverick. HEX triplet: D0, A5 and BC. RGB value is (208,165,188). Sum of RGB (Red+Green+Blue) = 208+165+188=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5BC is #2F5A43. Grayscale: #B4B4B4. Windows color (decimal): -3103300 or 12363216. OLE color: 12363216.

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

Color convert

RGB208165188-
CMYK00.210.100.18
HSL327.91º31.39%73.14%-
HSV(B)327.91º20.67%81.57%-
XYZ48.5443.9553.5-
YUV180.48132.25147.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=37.08%
G=29.41%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816518800.210.100.18327.9131.3973.14
HexD0A5BC015A121481f49
Octal320245274025122251037111
Binary110100001010010110111100010101101010010101001000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5BC; }

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

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

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

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

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

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

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

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