#D0A8BB

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

Shades of Maverick #D0A8BB

Tints of Maverick #D0A8BB

Color information

#D0A8BB (or 0xD0A8BB) is unknown color: approx Maverick. HEX triplet: D0, A8 and BB. RGB value is (208,168,187). Sum of RGB (Red+Green+Blue) = 208+168+187=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8BB is #2F5744. Grayscale: #B6B6B6. Windows color (decimal): -3102533 or 12298448. OLE color: 12298448.

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

Color convert

RGB208168187-
CMYK00.190.100.18
HSL331.5º29.85%73.73%-
HSV(B)331.5º19.23%81.57%-
XYZ48.984553.12-
YUV182.13130.75146.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=36.94%
G=29.84%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816818700.190.100.18331.529.8573.73
HexD0A8BB013A1214c1e4a
Octal320250273023122251436112
Binary110100001010100010111011010011101010010101001100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8BB; }

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

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

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

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

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

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

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

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