Html Css Color HEX #D49398 Careys Pink

📋 copy color: '#D49398'

red 212 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #D49398

Tints of Careys Pink #D49398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 41.49%
G = 28.77%
B = 29.75%

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

#D49398 (or 0xD49398) is known color: Careys Pink. HEX triplet: D4, 93 and 98. RGB value is (212,147,152). Sum of RGB (Red+Green+Blue) = 212+147+152=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49398 is #2B6C67. Grayscale: #A7A7A7. Windows color (decimal): -2845800 or 9999316. OLE color: 9999316.

HSL color Cylindrical-coordinate representation of color #D49398: hue angle of 355.38º 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 #D49398 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 152 -
CMYK 0 0.31 0.28 0.17
HSL 355.38º 0.43% 0.7% -
HSV(B) 355.38º 0.31% 0.83% -
XYZ 43.25 37.13 34.59 -
YUV 167.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 212 147 152 0 0.31 0.28 0.17 355.38 0.43 0.7
Hex D4 93 98 0 1F 1C 11 163 2B 46
Octal 324 223 230 0 37 34 21 543 53 106
Binary 11010100 10010011 10011000 0 11111 11100 10001 101100011 101011 1000110

Color Harmonies of #D49398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49398

Black with #D49398

Text Example


Text Example

White with #D49398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49398; }

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

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

background-color css

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

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

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

border-color css

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

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

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