#D5A6BE

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

Shades of Maverick #D5A6BE

Tints of Maverick #D5A6BE

Color information

#D5A6BE (or 0xD5A6BE) is unknown color: approx Maverick. HEX triplet: D5, A6 and BE. RGB value is (213,166,190). Sum of RGB (Red+Green+Blue) = 213+166+190=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6BE is #2A5941. Grayscale: #B6B6B6. Windows color (decimal): -2775362 or 12494549. OLE color: 12494549.

HSL color Cylindrical-coordinate representation of color #D5A6BE: hue angle of 329.36º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6BE is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213166190-
CMYK00.220.110.16
HSL329.36º35.88%74.31%-
HSV(B)329.36º22.07%83.53%-
XYZ50.3745.1454.77-
YUV182.79132.07149.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=37.43%
G=29.17%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316619000.220.110.16329.3635.8874.31
HexD5A6BE016B10149244a
Octal325246276026132051144112
Binary1101010110100110101111100101101011100001010010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6BE; }

 p { color: rgb(213,166,190); }

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

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

 a { background-color: rgb(213,166,190); }

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

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

 span { border-color: rgb(213,166,190); }

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