#D0ACBE

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

Shades of Maverick #D0ACBE

Tints of Maverick #D0ACBE

Color information

#D0ACBE (or 0xD0ACBE) is unknown color: approx Maverick. HEX triplet: D0, AC and BE. RGB value is (208,172,190). Sum of RGB (Red+Green+Blue) = 208+172+190=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACBE is #2F5341. Grayscale: #B8B8B8. Windows color (decimal): -3101506 or 12496080. OLE color: 12496080.

HSL color Cylindrical-coordinate representation of color #D0ACBE: hue angle of 330º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACBE is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208172190-
CMYK00.170.090.18
HSL330º27.69%74.51%-
HSV(B)330º17.31%81.57%-
XYZ50.0646.6355.08-
YUV184.82130.93144.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=36.49%
G=30.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817219000.170.090.1833027.6974.51
HexD0ACBE01191214a1c4b
Octal320254276021112251234113
Binary110100001010110010111110010001100110010101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACBE; }

 p { color: rgb(208,172,190); }

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

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

 a { background-color: rgb(208,172,190); }

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

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

 span { border-color: rgb(208,172,190); }

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