#D19CA8

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

Shades of Careys Pink #D19CA8

Tints of Careys Pink #D19CA8

Color information

#D19CA8 (or 0xD19CA8) is unknown color: approx Careys Pink. HEX triplet: D1, 9C and A8. RGB value is (209,156,168). Sum of RGB (Red+Green+Blue) = 209+156+168=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CA8 is #2E6357. Grayscale: #ADADAD. Windows color (decimal): -3040088 or 11050193. OLE color: 11050193.

HSL color Cylindrical-coordinate representation of color #D19CA8: hue angle of 346.42º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CA8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209156168-
CMYK00.250.200.18
HSL346.42º36.55%71.57%-
HSV(B)346.42º25.36%81.96%-
XYZ45.2540.1642.41-
YUV173.21125.06153.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=39.21%
G=29.27%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915616800.250.200.18346.4236.5571.57
HexD19CA8019141215a2548
Octal321234250031242253245110
Binary11010001100111001010100001100110100100101010110101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CA8; }

 p { color: rgb(209,156,168); }

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

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

 a { background-color: rgb(209,156,168); }

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

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

 span { border-color: rgb(209,156,168); }

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