#D7959F

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

Shades of Careys Pink #D7959F

Tints of Careys Pink #D7959F

Color information

#D7959F (or 0xD7959F) is unknown color: approx Careys Pink. HEX triplet: D7, 95 and 9F. RGB value is (215,149,159). Sum of RGB (Red+Green+Blue) = 215+149+159=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7959F is #286A60. Grayscale: #A9A9A9. Windows color (decimal): -2648673 or 10458583. OLE color: 10458583.

HSL color Cylindrical-coordinate representation of color #D7959F: hue angle of 350.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7959F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215149159-
CMYK00.310.260.16
HSL350.91º45.21%71.37%-
HSV(B)350.91º30.7%84.31%-
XYZ45.0338.4537.85-
YUV169.87121.87160.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=41.11%
G=28.49%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514915900.310.260.16350.9145.2171.37
HexD7959F01F1A1015f2d47
Octal327225237037322053755107
Binary11010111100101011001111101111111010100001010111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7959F; }

 p { color: rgb(215,149,159); }

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

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

 a { background-color: rgb(215,149,159); }

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

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

 span { border-color: rgb(215,149,159); }

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