#D7ACAC

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

Shades of Oyster Pink #D7ACAC

Tints of Oyster Pink #D7ACAC

Color information

#D7ACAC (or 0xD7ACAC) is unknown color: approx Oyster Pink. HEX triplet: D7, AC and AC. RGB value is (215,172,172). Sum of RGB (Red+Green+Blue) = 215+172+172=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACAC is #285353. Grayscale: #B8B8B8. Windows color (decimal): -2642772 or 11316439. OLE color: 11316439.

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

Color convert

RGB215172172-
CMYK00.20.20.16
HSL34.96%75.88%-
HSV(B)20%84.31%-
XYZ50.2246.9345.44-
YUV184.86120.75149.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517217200.20.20.16034.9675.88
HexD7ACAC01414100234c
Octal3272542540242420043114
Binary110101111010110010101100010100101001000001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACAC; }

 p { color: rgb(215,172,172); }

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

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

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

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

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

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

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