#D59C9D

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

Shades of Careys Pink #D59C9D

Tints of Careys Pink #D59C9D

Color information

#D59C9D (or 0xD59C9D) is unknown color: approx Careys Pink. HEX triplet: D5, 9C and 9D. RGB value is (213,156,157). Sum of RGB (Red+Green+Blue) = 213+156+157=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C9D is #2A6362. Grayscale: #ADADAD. Windows color (decimal): -2777955 or 10329301. OLE color: 10329301.

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

Color convert

RGB213156157-
CMYK00.270.260.16
HSL358.95º40.43%72.35%-
HSV(B)358.95º26.76%83.53%-
XYZ45.4140.3637.29-
YUV173.16118.88156.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=40.49%
G=29.66%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315615700.270.260.16358.9540.4372.35
HexD59C9D01B1A101672848
Octal325234235033322054750110
Binary11010101100111001001110101101111010100001011001111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C9D; }

 p { color: rgb(213,156,157); }

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

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

 a { background-color: rgb(213,156,157); }

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

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

 span { border-color: rgb(213,156,157); }

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