#D7AFAC

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

Shades of Oyster Pink #D7AFAC

Tints of Oyster Pink #D7AFAC

Color information

#D7AFAC (or 0xD7AFAC) is unknown color: approx Oyster Pink. HEX triplet: D7, AF and AC. RGB value is (215,175,172). Sum of RGB (Red+Green+Blue) = 215+175+172=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AFAC is #285053. Grayscale: #BABABA. Windows color (decimal): -2642004 or 11317207. OLE color: 11317207.

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

Color convert

RGB215175172-
CMYK00.190.20.16
HSL4.19º34.96%75.88%-
HSV(B)4.19º20%84.31%-
XYZ50.848.0945.63-
YUV186.62119.75148.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=38.26%
G=31.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517517200.190.20.164.1934.9675.88
HexD7AFAC01314104234c
Octal3272572540232420443114
Binary11010111101011111010110001001110100100001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFAC; }

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

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

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

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

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

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

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

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