Html Css Color HEX #D49194 Careys Pink

📋 copy color: '#D49194'

red 212 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #D49194

Tints of Careys Pink #D49194

RGB

 RED value IS 212 (83.2% from 255) = 41.98%

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

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

R = 41.98%
G = 28.71%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D49194 (or 0xD49194) is known color: Careys Pink. HEX triplet: D4, 91 and 94. RGB value is (212,145,148). Sum of RGB (Red+Green+Blue) = 212+145+148=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D49194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49194 is #2B6E6B. Grayscale: #A5A5A5. Windows color (decimal): -2846316 or 9736660. OLE color: 9736660.

HSL color Cylindrical-coordinate representation of color #D49194: hue angle of 357.31º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49194 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 148 -
CMYK 0 0.32 0.30 0.17
HSL 357.31º 0.44% 0.7% -
HSV(B) 357.31º 0.32% 0.83% -
XYZ 42.62 36.39 32.79 -
YUV 165.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 212 145 148 0 0.32 0.30 0.17 357.31 0.44 0.7
Hex D4 91 94 0 20 1E 11 165 2C 46
Octal 324 221 224 0 40 36 21 545 54 106
Binary 11010100 10010001 10010100 0 100000 11110 10001 101100101 101100 1000110

Color Harmonies of #D49194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49194

Black with #D49194

Text Example


Text Example

White with #D49194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49194; }

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

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

background-color css

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

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

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

border-color css

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

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

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