#D6A0C6

Color #D6A0C6 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D6A0C6

Tints of Maverick #D6A0C6

Color information

#D6A0C6 (or 0xD6A0C6) is unknown color: approx Maverick. HEX triplet: D6, A0 and C6. RGB value is (214,160,198). Sum of RGB (Red+Green+Blue) = 214+160+198=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0C6 is #295F39. Grayscale: #B4B4B4. Windows color (decimal): -2711354 or 13017302. OLE color: 13017302.

HSL color Cylindrical-coordinate representation of color #D6A0C6: hue angle of 317.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0C6 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214160198-
CMYK00.250.070.16
HSL317.78º39.71%73.33%-
HSV(B)317.78º25.23%83.92%-
XYZ50.543.5159.16-
YUV180.48137.89151.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=37.41%
G=27.97%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416019800.250.070.16317.7839.7173.33
HexD6A0C601971013e2849
Octal32624030603172047650111
Binary110101101010000011000110011001111100001001111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A0C6; }

 p { color: rgb(214,160,198); }

 H1.HeaderClassName
 {
   color: #D6A0C6;
 }
 .AnyTagClassName
 {
   color: #D6A0C6;
 }
</style>
background-color css

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

 a { background-color: rgb(214,160,198); }

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

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

 span { border-color: rgb(214,160,198); }

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