Html Css Color HEX #D49399 Careys Pink

📋 copy color: '#D49399'

red 212 ◦ green 147 ◦ blue 153

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

Shades of Careys Pink #D49399

Tints of Careys Pink #D49399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 41.41%
G = 28.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49399 (or 0xD49399) is known color: Careys Pink. HEX triplet: D4, 93 and 99. RGB value is (212,147,153). Sum of RGB (Red+Green+Blue) = 212+147+153=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49399 is #2B6C66. Grayscale: #A7A7A7. Windows color (decimal): -2845799 or 10064852. OLE color: 10064852.

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

Color convert

RGB 212 147 153 -
CMYK 0 0.31 0.28 0.17
HSL 354.46º 0.43% 0.7% -
HSV(B) 354.46º 0.31% 0.83% -
XYZ 43.33 37.16 35.03 -
YUV 167.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 212 147 153 0 0.31 0.28 0.17 354.46 0.43 0.7
Hex D4 93 99 0 1F 1C 11 162 2B 46
Octal 324 223 231 0 37 34 21 542 53 106
Binary 11010100 10010011 10011001 0 11111 11100 10001 101100010 101011 1000110

Color Harmonies of #D49399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49399

Black with #D49399

Text Example


Text Example

White with #D49399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49399; }

 p { color: rgb(212,147,153); }

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

background-color css

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

 a { background-color: rgb(212,147,153); }

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

border-color css

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

 span { border-color: rgb(212,147,153); }

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