#D7979D

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

Shades of Careys Pink #D7979D

Tints of Careys Pink #D7979D

Color information

#D7979D (or 0xD7979D) is unknown color: approx Careys Pink. HEX triplet: D7, 97 and 9D. RGB value is (215,151,157). Sum of RGB (Red+Green+Blue) = 215+151+157=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7979D is #286862. Grayscale: #AAAAAA. Windows color (decimal): -2648163 or 10328023. OLE color: 10328023.

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

Color convert

RGB215151157-
CMYK00.300.270.16
HSL354.38º44.44%71.76%-
HSV(B)354.38º29.77%84.31%-
XYZ45.1839.0137.05-
YUV170.82120.2159.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=41.11%
G=28.87%
B=30.02%

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
Decimal21515115700.300.270.16354.3844.4471.76
HexD7979D01E1B101622c48
Octal327227235036332054254110
Binary11010111100101111001110101111011011100001011000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7979D; }

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

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

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

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

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

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

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

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