#D7B1AF

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

Shades of Oyster Pink #D7B1AF

Tints of Oyster Pink #D7B1AF

Color information

#D7B1AF (or 0xD7B1AF) is unknown color: approx Oyster Pink. HEX triplet: D7, B1 and AF. RGB value is (215,177,175). Sum of RGB (Red+Green+Blue) = 215+177+175=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1AF is #284E50. Grayscale: #BCBCBC. Windows color (decimal): -2641489 or 11514327. OLE color: 11514327.

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

Color convert

RGB215177175-
CMYK00.180.190.16
HSL33.33%76.47%-
HSV(B)18.6%84.31%-
XYZ51.4848.9947.3-
YUV188.13120.59147.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=37.92%
G=31.22%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517717500.180.190.16333.3376.47
HexD7B1AF01213103214c
Octal3272612570222320341114
Binary1101011110110001101011110100101001110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1AF; }

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

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

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

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

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

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

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

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