#D79B9D

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

Shades of Careys Pink #D79B9D

Tints of Careys Pink #D79B9D

Color information

#D79B9D (or 0xD79B9D) is unknown color: approx Careys Pink. HEX triplet: D7, 9B and 9D. RGB value is (215,155,157). Sum of RGB (Red+Green+Blue) = 215+155+157=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B9D is #286462. Grayscale: #ADADAD. Windows color (decimal): -2647139 or 10329047. OLE color: 10329047.

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

Color convert

RGB215155157-
CMYK00.280.270.16
HSL358º42.86%72.55%-
HSV(B)358º27.91%84.31%-
XYZ45.8340.3237.27-
YUV173.17118.88157.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=40.80%
G=29.41%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515515700.280.270.1635842.8672.55
HexD79B9D01C1B101662b49
Octal327233235034332054653111
Binary11010111100110111001110101110011011100001011001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79B9D; }

 p { color: rgb(215,155,157); }

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

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

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

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

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

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

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