#D7B0AB

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

Shades of Oyster Pink #D7B0AB

Tints of Oyster Pink #D7B0AB

Color information

#D7B0AB (or 0xD7B0AB) is unknown color: approx Oyster Pink. HEX triplet: D7, B0 and AB. RGB value is (215,176,171). Sum of RGB (Red+Green+Blue) = 215+176+171=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0AB is #284F54. Grayscale: #BBBBBB. Windows color (decimal): -2641749 or 11251927. OLE color: 11251927.

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

Color convert

RGB215176171-
CMYK00.180.200.16
HSL6.82º35.48%75.69%-
HSV(B)6.82º20.47%84.31%-
XYZ50.948.4445.19-
YUV187.09118.92147.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=38.26%
G=31.32%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517617100.180.200.166.8235.4875.69
HexD7B0AB01214107234c
Octal3272602530222420743114
Binary11010111101100001010101101001010100100001111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0AB; }

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

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

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

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

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

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

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

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