#D19A9C

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

Shades of Careys Pink #D19A9C

Tints of Careys Pink #D19A9C

Color information

#D19A9C (or 0xD19A9C) is unknown color: approx Careys Pink. HEX triplet: D1, 9A and 9C. RGB value is (209,154,156). Sum of RGB (Red+Green+Blue) = 209+154+156=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A9C is #2E6563. Grayscale: #AAAAAA. Windows color (decimal): -3040612 or 10263249. OLE color: 10263249.

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

Color convert

RGB209154156-
CMYK00.260.250.18
HSL357.82º37.41%71.18%-
HSV(B)357.82º26.32%81.96%-
XYZ43.8539.0736.68-
YUV170.67119.72155.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=40.27%
G=29.67%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915415600.260.250.18357.8237.4171.18
HexD19A9C01A19121662547
Octal321232234032312254645107
Binary11010001100110101001110001101011001100101011001101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A9C; }

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

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

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

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

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

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

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

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