#D7B0B0

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

Shades of Oyster Pink #D7B0B0

Tints of Oyster Pink #D7B0B0

Color information

#D7B0B0 (or 0xD7B0B0) is unknown color: approx Oyster Pink. HEX triplet: D7, B0 and B0. RGB value is (215,176,176). Sum of RGB (Red+Green+Blue) = 215+176+176=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0B0 is #284F4F. Grayscale: #BBBBBB. Windows color (decimal): -2641744 or 11579607. OLE color: 11579607.

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

Color convert

RGB215176176-
CMYK00.180.180.16
HSL32.77%76.67%-
HSV(B)18.14%84.31%-
XYZ51.3948.6347.75-
YUV187.66121.42147.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=37.92%
G=31.04%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517617600.180.180.16032.7776.67
HexD7B0B001212100214d
Octal3272602600222220041115
Binary110101111011000010110000010010100101000001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0B0; }

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

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

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

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

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

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

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

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