#D6A7C5

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

Shades of Maverick #D6A7C5

Tints of Maverick #D6A7C5

Color information

#D6A7C5 (or 0xD6A7C5) is unknown color: approx Maverick. HEX triplet: D6, A7 and C5. RGB value is (214,167,197). Sum of RGB (Red+Green+Blue) = 214+167+197=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C5 is #29583A. Grayscale: #B8B8B8. Windows color (decimal): -2709563 or 12953558. OLE color: 12953558.

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

Color convert

RGB214167197-
CMYK00.220.080.16
HSL321.7º36.43%74.71%-
HSV(B)321.7º21.96%83.92%-
XYZ51.6345.9658.97-
YUV184.47135.07149.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=37.02%
G=28.89%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416719700.220.080.16321.736.4374.71
HexD6A7C5016810142244b
Octal326247305026102050244113
Binary1101011010100111110001010101101000100001010000101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7C5; }

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

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

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

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

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

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

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

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