#D7A6BF

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

Shades of Shocking #D7A6BF

Tints of Shocking #D7A6BF

Color information

#D7A6BF (or 0xD7A6BF) is unknown color: approx Shocking. HEX triplet: D7, A6 and BF. RGB value is (215,166,191). Sum of RGB (Red+Green+Blue) = 215+166+191=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6BF is #285940. Grayscale: #B7B7B7. Windows color (decimal): -2644289 or 12560087. OLE color: 12560087.

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

Color convert

RGB215166191-
CMYK00.230.110.16
HSL329.39º37.98%74.71%-
HSV(B)329.39º22.79%84.31%-
XYZ51.0645.4855.38-
YUV183.5132.23150.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 191 (75% from 255) = 33.39%
R=37.59%
G=29.02%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516619100.230.110.16329.3937.9874.71
HexD7A6BF017B10149264b
Octal327246277027132051146113
Binary1101011110100110101111110101111011100001010010011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6BF; }

 p { color: rgb(215,166,191); }

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

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

 a { background-color: rgb(215,166,191); }

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

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

 span { border-color: rgb(215,166,191); }

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