Html Css Color HEX #D6ABC0 Maverick

📋 copy color: '#D6ABC0'

red 214 ◦ green 171 ◦ blue 192

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

Shades of Maverick #D6ABC0

Tints of Maverick #D6ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

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

R = 37.09%
G = 29.64%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6ABC0 (or 0xD6ABC0) is known color: Maverick. HEX triplet: D6, AB and C0. RGB value is (214,171,192). Sum of RGB (Red+Green+Blue) = 214+171+192=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC0 is #29543F. Grayscale: #BABABA. Windows color (decimal): -2708544 or 12626902. OLE color: 12626902.

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

Color convert

RGB 214 171 192 -
CMYK 0 0.20 0.10 0.16
HSL 330.7º 0.34% 0.75% -
HSV(B) 330.7º 0.2% 0.84% -
XYZ 51.81 47.23 56.25 -
YUV 186.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 214 171 192 0 0.20 0.10 0.16 330.7 0.34 0.75
Hex D6 AB C0 0 14 A 10 14B 22 4B
Octal 326 253 300 0 24 12 20 513 42 113
Binary 11010110 10101011 11000000 0 10100 1010 10000 101001011 100010 1001011

Color Harmonies of #D6ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABC0

Black with #D6ABC0

Text Example


Text Example

White with #D6ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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