#D7979E

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

Shades of Careys Pink #D7979E

Tints of Careys Pink #D7979E

Color information

#D7979E (or 0xD7979E) is unknown color: approx Careys Pink. HEX triplet: D7, 97 and 9E. RGB value is (215,151,158). Sum of RGB (Red+Green+Blue) = 215+151+158=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7979E is #286861. Grayscale: #AAAAAA. Windows color (decimal): -2648162 or 10393559. OLE color: 10393559.

HSL color Cylindrical-coordinate representation of color #D7979E: hue angle of 353.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7979E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215151158-
CMYK00.300.270.16
HSL353.44º44.44%71.76%-
HSV(B)353.44º29.77%84.31%-
XYZ45.2639.0537.5-
YUV170.93120.7159.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=41.03%
G=28.82%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515115800.300.270.16353.4444.4471.76
HexD7979E01E1B101612c48
Octal327227236036332054154110
Binary11010111100101111001111001111011011100001011000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7979E; }

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

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

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

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

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

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

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

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