#D6A8C7

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

Shades of Maverick #D6A8C7

Tints of Maverick #D6A8C7

Color information

#D6A8C7 (or 0xD6A8C7) is unknown color: approx Maverick. HEX triplet: D6, A8 and C7. RGB value is (214,168,199). Sum of RGB (Red+Green+Blue) = 214+168+199=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8C7 is #295738. Grayscale: #B9B9B9. Windows color (decimal): -2709305 or 13084886. OLE color: 13084886.

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

Color convert

RGB214168199-
CMYK00.210.070.16
HSL319.57º35.94%74.9%-
HSV(B)319.57º21.5%83.92%-
XYZ52.0446.4260.25-
YUV185.29135.74148.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=36.83%
G=28.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416819900.210.070.16319.5735.9474.9
HexD6A8C7015710140244b
Octal32625030702572050044113
Binary110101101010100011000111010101111100001010000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8C7; }

 p { color: rgb(214,168,199); }

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

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

 a { background-color: rgb(214,168,199); }

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

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

 span { border-color: rgb(214,168,199); }

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