#D79EA1

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

Shades of Careys Pink #D79EA1

Tints of Careys Pink #D79EA1

Color information

#D79EA1 (or 0xD79EA1) is unknown color: approx Careys Pink. HEX triplet: D7, 9E and A1. RGB value is (215,158,161). Sum of RGB (Red+Green+Blue) = 215+158+161=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EA1 is #28615E. Grayscale: #AFAFAF. Windows color (decimal): -2646367 or 10591959. OLE color: 10591959.

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

Color convert

RGB215158161-
CMYK00.270.250.16
HSL356.84º41.61%73.14%-
HSV(B)356.84º26.51%84.31%-
XYZ46.6841.4739.26-
YUV175.38119.88156.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=40.26%
G=29.59%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515816100.270.250.16356.8441.6173.14
HexD79EA101B19101652a49
Octal327236241033312054552111
Binary11010111100111101010000101101111001100001011001011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EA1; }

 p { color: rgb(215,158,161); }

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

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

 a { background-color: rgb(215,158,161); }

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

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

 span { border-color: rgb(215,158,161); }

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