Html Css Color HEX #D3A6C2 Maverick

📋 copy color: '#D3A6C2'

red 211 ◦ green 166 ◦ blue 194

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

Shades of Maverick #D3A6C2

Tints of Maverick #D3A6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.98%

R = 36.95%
G = 29.07%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3A6C2 (or 0xD3A6C2) is known color: Maverick. HEX triplet: D3, A6 and C2. RGB value is (211,166,194). Sum of RGB (Red+Green+Blue) = 211+166+194=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6C2 is #2C593D. Grayscale: #B6B6B6. Windows color (decimal): -2906430 or 12756691. OLE color: 12756691.

HSL color Cylindrical-coordinate representation of color #D3A6C2: hue angle of 322.67º 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 #D3A6C2 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 194 -
CMYK 0 0.21 0.08 0.17
HSL 322.67º 0.34% 0.74% -
HSV(B) 322.67º 0.21% 0.83% -
XYZ 50.24 45.02 57.08 -
YUV 182.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 211 166 194 0 0.21 0.08 0.17 322.67 0.34 0.74
Hex D3 A6 C2 0 15 8 11 143 22 4A
Octal 323 246 302 0 25 10 21 503 42 112
Binary 11010011 10100110 11000010 0 10101 1000 10001 101000011 100010 1001010

Color Harmonies of #D3A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6C2

Black with #D3A6C2

Text Example


Text Example

White with #D3A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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