#D596A0

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

Shades of Careys Pink #D596A0

Tints of Careys Pink #D596A0

Color information

#D596A0 (or 0xD596A0) is unknown color: approx Careys Pink. HEX triplet: D5, 96 and A0. RGB value is (213,150,160). Sum of RGB (Red+Green+Blue) = 213+150+160=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A0 is #2A695F. Grayscale: #AAAAAA. Windows color (decimal): -2779488 or 10524373. OLE color: 10524373.

HSL color Cylindrical-coordinate representation of color #D596A0: hue angle of 350.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A0 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213150160-
CMYK00.300.250.16
HSL350.48º42.86%71.18%-
HSV(B)350.48º29.58%83.53%-
XYZ44.6938.538.33-
YUV169.98122.37158.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=40.73%
G=28.68%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315016000.300.250.16350.4842.8671.18
HexD596A001E191015e2b47
Octal325226240036312053653107
Binary11010101100101101010000001111011001100001010111101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596A0; }

 p { color: rgb(213,150,160); }

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

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

 a { background-color: rgb(213,150,160); }

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

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

 span { border-color: rgb(213,150,160); }

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