#D0AABB

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

Shades of Maverick #D0AABB

Tints of Maverick #D0AABB

Color information

#D0AABB (or 0xD0AABB) is unknown color: approx Maverick. HEX triplet: D0, AA and BB. RGB value is (208,170,187). Sum of RGB (Red+Green+Blue) = 208+170+187=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABB is #2F5544. Grayscale: #B7B7B7. Windows color (decimal): -3102021 or 12298960. OLE color: 12298960.

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

Color convert

RGB208170187-
CMYK00.180.100.18
HSL333.16º28.79%74.12%-
HSV(B)333.16º18.27%81.57%-
XYZ49.3645.7553.24-
YUV183.3130.09145.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=36.81%
G=30.09%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817018700.180.100.18333.1628.7974.12
HexD0AABB012A1214d1d4a
Octal320252273022122251535112
Binary110100001010101010111011010010101010010101001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AABB; }

 p { color: rgb(208,170,187); }

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

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

 a { background-color: rgb(208,170,187); }

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

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

 span { border-color: rgb(208,170,187); }

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