#D6ACAC

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

Shades of Oyster Pink #D6ACAC

Tints of Oyster Pink #D6ACAC

Color information

#D6ACAC (or 0xD6ACAC) is unknown color: approx Oyster Pink. HEX triplet: D6, AC and AC. RGB value is (214,172,172). Sum of RGB (Red+Green+Blue) = 214+172+172=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACAC is #295353. Grayscale: #B8B8B8. Windows color (decimal): -2708308 or 11316438. OLE color: 11316438.

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

Color convert

RGB214172172-
CMYK00.200.200.16
HSL33.87%75.69%-
HSV(B)19.63%83.92%-
XYZ49.9346.7845.43-
YUV184.56120.91149-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=38.35%
G=30.82%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417217200.200.200.16033.8775.69
HexD6ACAC01414100224c
Octal3262542540242420042114
Binary110101101010110010101100010100101001000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACAC; }

 p { color: rgb(214,172,172); }

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

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

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

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

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

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

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