#D7A7C0

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

Shades of Maverick #D7A7C0

Tints of Maverick #D7A7C0

Color information

#D7A7C0 (or 0xD7A7C0) is unknown color: approx Maverick. HEX triplet: D7, A7 and C0. RGB value is (215,167,192). Sum of RGB (Red+Green+Blue) = 215+167+192=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7C0 is #28583F. Grayscale: #B8B8B8. Windows color (decimal): -2644032 or 12625879. OLE color: 12625879.

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

Color convert

RGB215167192-
CMYK00.220.110.16
HSL328.75º37.5%74.9%-
HSV(B)328.75º22.33%84.31%-
XYZ51.3645.8956.02-
YUV184.2132.4149.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=37.46%
G=29.09%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516719200.220.110.16328.7537.574.9
HexD7A7C0016B10149264b
Octal327247300026132051146113
Binary1101011110100111110000000101101011100001010010011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A7C0; }

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

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

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

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

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

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

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

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