#D7B1AC

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

Shades of Oyster Pink #D7B1AC

Tints of Oyster Pink #D7B1AC

Color information

#D7B1AC (or 0xD7B1AC) is unknown color: approx Oyster Pink. HEX triplet: D7, B1 and AC. RGB value is (215,177,172). Sum of RGB (Red+Green+Blue) = 215+177+172=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1AC is #284E53. Grayscale: #BBBBBB. Windows color (decimal): -2641492 or 11317719. OLE color: 11317719.

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

Color convert

RGB215177172-
CMYK00.180.20.16
HSL6.98º34.96%75.88%-
HSV(B)6.98º20%84.31%-
XYZ51.1948.8745.76-
YUV187.79119.09147.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=38.12%
G=31.38%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517717200.180.20.166.9834.9675.88
HexD7B1AC01214107234c
Octal3272612540222420743114
Binary11010111101100011010110001001010100100001111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1AC; }

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

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

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

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

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

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

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

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