Html Css Color HEX #D6A6C0 Maverick

📋 copy color: '#D6A6C0'

red 214 ◦ green 166 ◦ blue 192

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

Shades of Maverick #D6A6C0

Tints of Maverick #D6A6C0

RGB

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

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

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

R = 37.41%
G = 29.02%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6A6C0 (or 0xD6A6C0) is known color: Maverick. HEX triplet: D6, A6 and C0. RGB value is (214,166,192). Sum of RGB (Red+Green+Blue) = 214+166+192=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6C0 is #29593F. Grayscale: #B7B7B7. Windows color (decimal): -2709824 or 12625622. OLE color: 12625622.

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

Color convert

RGB 214 166 192 -
CMYK 0 0.22 0.10 0.16
HSL 327.5º 0.37% 0.75% -
HSV(B) 327.5º 0.22% 0.84% -
XYZ 50.88 45.37 55.95 -
YUV 183.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 214 166 192 0 0.22 0.10 0.16 327.5 0.37 0.75
Hex D6 A6 C0 0 16 A 10 148 25 4B
Octal 326 246 300 0 26 12 20 510 45 113
Binary 11010110 10100110 11000000 0 10110 1010 10000 101001000 100101 1001011

Color Harmonies of #D6A6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6C0

Black with #D6A6C0

Text Example


Text Example

White with #D6A6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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