#D7A8A7

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

Shades of Oyster Pink #D7A8A7

Tints of Oyster Pink #D7A8A7

Color information

#D7A8A7 (or 0xD7A8A7) is unknown color: approx Oyster Pink. HEX triplet: D7, A8 and A7. RGB value is (215,168,167). Sum of RGB (Red+Green+Blue) = 215+168+167=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A8A7 is #285758. Grayscale: #B5B5B5. Windows color (decimal): -2643801 or 10987735. OLE color: 10987735.

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

Color convert

RGB215168167-
CMYK00.220.220.16
HSL1.25º37.5%74.9%-
HSV(B)1.25º22.33%84.31%-
XYZ4945.2442.71-
YUV181.94119.57151.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=39.09%
G=30.55%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516816700.220.220.161.2537.574.9
HexD7A8A701616101264b
Octal3272502470262620146113
Binary110101111010100010100111010110101101000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8A7; }

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

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

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

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

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

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

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

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