#D19CA2

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

Shades of Careys Pink #D19CA2

Tints of Careys Pink #D19CA2

Color information

#D19CA2 (or 0xD19CA2) is unknown color: approx Careys Pink. HEX triplet: D1, 9C and A2. RGB value is (209,156,162). Sum of RGB (Red+Green+Blue) = 209+156+162=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CA2 is #2E635D. Grayscale: #ACACAC. Windows color (decimal): -3040094 or 10656977. OLE color: 10656977.

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

Color convert

RGB209156162-
CMYK00.250.220.18
HSL353.21º36.55%71.57%-
HSV(B)353.21º25.36%81.96%-
XYZ44.739.9439.54-
YUV172.53122.06154.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=39.66%
G=29.60%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915616200.250.220.18353.2136.5571.57
HexD19CA201916121612548
Octal321234242031262254145110
Binary11010001100111001010001001100110110100101011000011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CA2; }

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

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

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

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

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

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

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

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