Html Css Color HEX #D19293 Careys Pink

📋 copy color: '#D19293'

red 209 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #D19293

Tints of Careys Pink #D19293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 41.63%
G = 29.08%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19293 (or 0xD19293) is known color: Careys Pink. HEX triplet: D1, 92 and 93. RGB value is (209,146,147). Sum of RGB (Red+Green+Blue) = 209+146+147=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D19293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19293 is #2E6D6C. Grayscale: #A5A5A5. Windows color (decimal): -3042669 or 9671377. OLE color: 9671377.

HSL color Cylindrical-coordinate representation of color #D19293: hue angle of 359.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19293 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 146 147 -
CMYK 0 0.30 0.30 0.18
HSL 359.05º 0.41% 0.7% -
HSV(B) 359.05º 0.3% 0.82% -
XYZ 41.84 36.22 32.39 -
YUV 164.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 209 146 147 0 0.30 0.30 0.18 359.05 0.41 0.7
Hex D1 92 93 0 1E 1E 12 167 29 46
Octal 321 222 223 0 36 36 22 547 51 106
Binary 11010001 10010010 10010011 0 11110 11110 10010 101100111 101001 1000110

Color Harmonies of #D19293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19293

Black with #D19293

Text Example


Text Example

White with #D19293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19293; }

 p { color: rgb(209,146,147); }

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

background-color css

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

 a { background-color: rgb(209,146,147); }

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

border-color css

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

 span { border-color: rgb(209,146,147); }

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