Html Css Color HEX #D3A6BE Maverick

📋 copy color: '#D3A6BE'

red 211 ◦ green 166 ◦ blue 190

#D3A6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D3A6BE

Tints of Maverick #D3A6BE

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

 GREEN value IS 166 (65.23% from 255) = 29.28%

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 37.21%
G = 29.28%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3A6BE (or 0xD3A6BE) is known color: Maverick. HEX triplet: D3, A6 and BE. RGB value is (211,166,190). Sum of RGB (Red+Green+Blue) = 211+166+190=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6BE is #2C5941. Grayscale: #B6B6B6. Windows color (decimal): -2906434 or 12494547. OLE color: 12494547.

HSL color Cylindrical-coordinate representation of color #D3A6BE: hue angle of 328º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3A6BE is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 190 -
CMYK 0 0.21 0.10 0.17
HSL 328º 0.34% 0.74% -
HSV(B) 328º 0.21% 0.83% -
XYZ 49.79 44.84 54.75 -
YUV 182.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 211 166 190 0 0.21 0.10 0.17 328 0.34 0.74
Hex D3 A6 BE 0 15 A 11 148 22 4A
Octal 323 246 276 0 25 12 21 510 42 112
Binary 11010011 10100110 10111110 0 10101 1010 10001 101001000 100010 1001010

Color Harmonies of #D3A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6BE

Black with #D3A6BE

Text Example


Text Example

White with #D3A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6BE; }

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

 H1.HeaderClassName
 {
   color: #D3A6BE;
 }
 .AnyTagClassName
 {
   color: #D3A6BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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