#D6A7C7

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

Shades of Maverick #D6A7C7

Tints of Maverick #D6A7C7

Color information

#D6A7C7 (or 0xD6A7C7) is unknown color: approx Maverick. HEX triplet: D6, A7 and C7. RGB value is (214,167,199). Sum of RGB (Red+Green+Blue) = 214+167+199=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C7 is #295838. Grayscale: #B8B8B8. Windows color (decimal): -2709561 or 13084630. OLE color: 13084630.

HSL color Cylindrical-coordinate representation of color #D6A7C7: hue angle of 319.15º degrees, saturation: 0.36, 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 #D6A7C7 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214167199-
CMYK00.220.070.16
HSL319.15º36.43%74.71%-
HSV(B)319.15º21.96%83.92%-
XYZ51.8646.0660.19-
YUV184.7136.07148.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=36.90%
G=28.79%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416719900.220.070.16319.1536.4374.71
HexD6A7C701671013f244b
Octal32624730702672047744113
Binary110101101010011111000111010110111100001001111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7C7; }

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

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

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

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

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

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

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

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