#D6A7C0

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

Shades of Maverick #D6A7C0

Tints of Maverick #D6A7C0

Color information

#D6A7C0 (or 0xD6A7C0) is unknown color: approx Maverick. HEX triplet: D6, A7 and C0. RGB value is (214,167,192). Sum of RGB (Red+Green+Blue) = 214+167+192=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C0 is #29583F. Grayscale: #B7B7B7. Windows color (decimal): -2709568 or 12625878. OLE color: 12625878.

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

Color convert

RGB214167192-
CMYK00.220.100.16
HSL328.09º36.43%74.71%-
HSV(B)328.09º21.96%83.92%-
XYZ51.0645.7456.01-
YUV183.9132.57149.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=37.35%
G=29.14%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416719200.220.100.16328.0936.4374.71
HexD6A7C0016A10148244b
Octal326247300026122051044113
Binary1101011010100111110000000101101010100001010010001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7C0; }

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

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

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

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

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

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

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

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