#D0A9BA

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

Shades of Maverick #D0A9BA

Tints of Maverick #D0A9BA

Color information

#D0A9BA (or 0xD0A9BA) is unknown color: approx Maverick. HEX triplet: D0, A9 and BA. RGB value is (208,169,186). Sum of RGB (Red+Green+Blue) = 208+169+186=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9BA is #2F5645. Grayscale: #B6B6B6. Windows color (decimal): -3102278 or 12233168. OLE color: 12233168.

HSL color Cylindrical-coordinate representation of color #D0A9BA: hue angle of 333.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A9BA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208169186-
CMYK00.190.110.18
HSL333.85º29.32%73.92%-
HSV(B)333.85º18.75%81.57%-
XYZ49.0645.3352.62-
YUV182.6129.92146.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=36.94%
G=30.02%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816918600.190.110.18333.8529.3273.92
HexD0A9BA013B1214e1d4a
Octal320251272023132251635112
Binary110100001010100110111010010011101110010101001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9BA; }

 p { color: rgb(208,169,186); }

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

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

 a { background-color: rgb(208,169,186); }

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

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

 span { border-color: rgb(208,169,186); }

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