Html Css Color HEX #D49288 My Pink

📋 copy color: '#D49288'

red 212 ◦ green 146 ◦ blue 136

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

Shades of My Pink #D49288

Tints of My Pink #D49288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 42.91%
G = 29.55%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49288 (or 0xD49288) is known color: My Pink. HEX triplet: D4, 92 and 88. RGB value is (212,146,136). Sum of RGB (Red+Green+Blue) = 212+146+136=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49288 is #2B6D77. Grayscale: #A4A4A4. Windows color (decimal): -2846072 or 8950484. OLE color: 8950484.

HSL color Cylindrical-coordinate representation of color #D49288: hue angle of 7.89º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49288 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 146 136 -
CMYK 0 0.31 0.36 0.17
HSL 7.89º 0.47% 0.68% -
HSV(B) 7.89º 0.36% 0.83% -
XYZ 41.87 36.33 28.1 -
YUV 164.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 212 146 136 0 0.31 0.36 0.17 7.89 0.47 0.68
Hex D4 92 88 0 1F 24 11 8 2F 44
Octal 324 222 210 0 37 44 21 10 57 104
Binary 11010100 10010010 10001000 0 11111 100100 10001 1000 101111 1000100

Color Harmonies of #D49288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49288

Black with #D49288

Text Example


Text Example

White with #D49288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49288; }

 p { color: rgb(212,146,136); }

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

background-color css

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

 a { background-color: rgb(212,146,136); }

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

border-color css

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

 span { border-color: rgb(212,146,136); }

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