#D9959C

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

Shades of Careys Pink #D9959C

Tints of Careys Pink #D9959C

Color information

#D9959C (or 0xD9959C) is unknown color: approx Careys Pink. HEX triplet: D9, 95 and 9C. RGB value is (217,149,156). Sum of RGB (Red+Green+Blue) = 217+149+156=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959C is #266A63. Grayscale: #AAAAAA. Windows color (decimal): -2517604 or 10261977. OLE color: 10261977.

HSL color Cylindrical-coordinate representation of color #D9959C: hue angle of 353.82º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9959C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217149156-
CMYK00.310.280.15
HSL353.82º47.22%71.76%-
HSV(B)353.82º31.34%85.1%-
XYZ45.3638.6536.52-
YUV170.13120.03161.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=41.57%
G=28.54%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714915600.310.280.15353.8247.2271.76
HexD9959C01F1CF1622f48
Octal331225234037341754257110
Binary1101100110010101100111000111111110011111011000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9959C; }

 p { color: rgb(217,149,156); }

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

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

 a { background-color: rgb(217,149,156); }

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

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

 span { border-color: rgb(217,149,156); }

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