Html Css Color HEX #D19FA0 Careys Pink

📋 copy color: '#D19FA0'

red 209 ◦ green 159 ◦ blue 160

#D19FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D19FA0

Tints of Careys Pink #D19FA0

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

 GREEN value IS 159 (62.5% from 255) = 30.11%

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 39.58%
G = 30.11%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D19FA0 (or 0xD19FA0) is known color: Careys Pink. HEX triplet: D1, 9F and A0. RGB value is (209,159,160). Sum of RGB (Red+Green+Blue) = 209+159+160=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FA0 is #2E605F. Grayscale: #AEAEAE. Windows color (decimal): -3039328 or 10526673. OLE color: 10526673.

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

Color convert

RGB 209 159 160 -
CMYK 0 0.24 0.23 0.18
HSL 358.8º 0.35% 0.72% -
HSV(B) 358.8º 0.24% 0.82% -
XYZ 45.04 40.89 38.78 -
YUV 174.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 209 159 160 0 0.24 0.23 0.18 358.8 0.35 0.72
Hex D1 9F A0 0 18 17 12 167 23 48
Octal 321 237 240 0 30 27 22 547 43 110
Binary 11010001 10011111 10100000 0 11000 10111 10010 101100111 100011 1001000

Color Harmonies of #D19FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19FA0

Black with #D19FA0

Text Example


Text Example

White with #D19FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19FA0; }

 p { color: rgb(209,159,160); }

 H1.HeaderClassName
 {
   color: #D19FA0;
 }
 .AnyTagClassName
 {
   color: #D19FA0;
 }
</style>

background-color css

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

 a { background-color: rgb(209,159,160); }

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

border-color css

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

 span { border-color: rgb(209,159,160); }

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