Html Css Color HEX #D6A3C0 Maverick

📋 copy color: '#D6A3C0'

red 214 ◦ green 163 ◦ blue 192

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

Shades of Maverick #D6A3C0

Tints of Maverick #D6A3C0

RGB

 RED value IS 214 (83.98% from 255) = 37.61%

 GREEN value IS 163 (64.06% from 255) = 28.65%

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 37.61%
G = 28.65%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6A3C0 (or 0xD6A3C0) is known color: Maverick. HEX triplet: D6, A3 and C0. RGB value is (214,163,192). Sum of RGB (Red+Green+Blue) = 214+163+192=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3C0 is #295C3F. Grayscale: #B5B5B5. Windows color (decimal): -2710592 or 12624854. OLE color: 12624854.

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

Color convert

RGB 214 163 192 -
CMYK 0 0.24 0.10 0.16
HSL 325.88º 0.38% 0.74% -
HSV(B) 325.88º 0.24% 0.84% -
XYZ 50.34 44.3 55.77 -
YUV 181.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 214 163 192 0 0.24 0.10 0.16 325.88 0.38 0.74
Hex D6 A3 C0 0 18 A 10 146 26 4A
Octal 326 243 300 0 30 12 20 506 46 112
Binary 11010110 10100011 11000000 0 11000 1010 10000 101000110 100110 1001010

Color Harmonies of #D6A3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3C0

Black with #D6A3C0

Text Example


Text Example

White with #D6A3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3C0; }

 p { color: rgb(214,163,192); }

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

background-color css

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

 a { background-color: rgb(214,163,192); }

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

border-color css

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

 span { border-color: rgb(214,163,192); }

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