#D19A9B

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

Shades of Careys Pink #D19A9B

Tints of Careys Pink #D19A9B

Color information

#D19A9B (or 0xD19A9B) is unknown color: approx Careys Pink. HEX triplet: D1, 9A and 9B. RGB value is (209,154,155). Sum of RGB (Red+Green+Blue) = 209+154+155=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A9B is #2E6564. Grayscale: #AAAAAA. Windows color (decimal): -3040613 or 10197713. OLE color: 10197713.

HSL color Cylindrical-coordinate representation of color #D19A9B: hue angle of 358.91º 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 #D19A9B is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209154155-
CMYK00.260.260.18
HSL358.91º37.41%71.18%-
HSV(B)358.91º26.32%81.96%-
XYZ43.7739.0336.24-
YUV170.56119.22155.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=40.35%
G=29.73%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915415500.260.260.18358.9137.4171.18
HexD19A9B01A1A121672547
Octal321232233032322254745107
Binary11010001100110101001101101101011010100101011001111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A9B; }

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

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

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

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

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

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

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

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