#D59A9B

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

Shades of Careys Pink #D59A9B

Tints of Careys Pink #D59A9B

Color information

#D59A9B (or 0xD59A9B) is unknown color: approx Careys Pink. HEX triplet: D5, 9A and 9B. RGB value is (213,154,155). Sum of RGB (Red+Green+Blue) = 213+154+155=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A9B is #2A6564. Grayscale: #ABABAB. Windows color (decimal): -2778469 or 10197717. OLE color: 10197717.

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

Color convert

RGB213154155-
CMYK00.280.270.16
HSL358.98º41.26%71.96%-
HSV(B)358.98º27.7%83.53%-
XYZ44.9139.6236.29-
YUV171.76118.55157.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=40.80%
G=29.50%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315415500.280.270.16358.9841.2671.96
HexD59A9B01C1B101672948
Octal325232233034332054751110
Binary11010101100110101001101101110011011100001011001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A9B; }

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

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

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

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

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

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

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

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