#D59B9D

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

Shades of Careys Pink #D59B9D

Tints of Careys Pink #D59B9D

Color information

#D59B9D (or 0xD59B9D) is unknown color: approx Careys Pink. HEX triplet: D5, 9B and 9D. RGB value is (213,155,157). Sum of RGB (Red+Green+Blue) = 213+155+157=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9D is #2A6462. Grayscale: #ACACAC. Windows color (decimal): -2778211 or 10329045. OLE color: 10329045.

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

Color convert

RGB213155157-
CMYK00.270.260.16
HSL357.93º40.85%72.16%-
HSV(B)357.93º27.23%83.53%-
XYZ45.2540.0237.24-
YUV172.57119.22156.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=40.57%
G=29.52%
B=29.90%

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
Decimal21315515700.270.260.16357.9340.8572.16
HexD59B9D01B1A101662948
Octal325233235033322054651110
Binary11010101100110111001110101101111010100001011001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B9D; }

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

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

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

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

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

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

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

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