#D7A6BA

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

Shades of Shocking #D7A6BA

Tints of Shocking #D7A6BA

Color information

#D7A6BA (or 0xD7A6BA) is unknown color: approx Shocking. HEX triplet: D7, A6 and BA. RGB value is (215,166,186). Sum of RGB (Red+Green+Blue) = 215+166+186=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6BA is #285945. Grayscale: #B6B6B6. Windows color (decimal): -2644294 or 12232407. OLE color: 12232407.

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

Color convert

RGB215166186-
CMYK00.230.130.16
HSL335.51º37.98%74.71%-
HSV(B)335.51º22.79%84.31%-
XYZ50.5245.2652.53-
YUV182.93129.73150.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=37.92%
G=29.28%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516618600.230.130.16335.5137.9874.71
HexD7A6BA017D10150264b
Octal327246272027152052046113
Binary1101011110100110101110100101111101100001010100001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6BA; }

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

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

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

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

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

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

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

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