Html Css Color HEX #D19194 Careys Pink

📋 copy color: '#D19194'

red 209 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #D19194

Tints of Careys Pink #D19194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 41.63%
G = 28.88%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19194 (or 0xD19194) is known color: Careys Pink. HEX triplet: D1, 91 and 94. RGB value is (209,145,148). Sum of RGB (Red+Green+Blue) = 209+145+148=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D19194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19194 is #2E6E6B. Grayscale: #A4A4A4. Windows color (decimal): -3042924 or 9736657. OLE color: 9736657.

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

Color convert

RGB 209 145 148 -
CMYK 0 0.31 0.29 0.18
HSL 357.19º 0.41% 0.69% -
HSV(B) 357.19º 0.31% 0.82% -
XYZ 41.77 35.94 32.75 -
YUV 164.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 209 145 148 0 0.31 0.29 0.18 357.19 0.41 0.69
Hex D1 91 94 0 1F 1D 12 165 29 45
Octal 321 221 224 0 37 35 22 545 51 105
Binary 11010001 10010001 10010100 0 11111 11101 10010 101100101 101001 1000101

Color Harmonies of #D19194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19194

Black with #D19194

Text Example


Text Example

White with #D19194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19194; }

 p { color: rgb(209,145,148); }

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

background-color css

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

 a { background-color: rgb(209,145,148); }

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

border-color css

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

 span { border-color: rgb(209,145,148); }

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