Html Css Color HEX #D49599 Careys Pink

📋 copy color: '#D49599'

red 212 ◦ green 149 ◦ blue 153

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

Shades of Careys Pink #D49599

Tints of Careys Pink #D49599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 41.25%
G = 28.99%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49599 (or 0xD49599) is known color: Careys Pink. HEX triplet: D4, 95 and 99. RGB value is (212,149,153). Sum of RGB (Red+Green+Blue) = 212+149+153=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49599 is #2B6A66. Grayscale: #A8A8A8. Windows color (decimal): -2845287 or 10065364. OLE color: 10065364.

HSL color Cylindrical-coordinate representation of color #D49599: hue angle of 356.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49599 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 153 -
CMYK 0 0.30 0.28 0.17
HSL 356.19º 0.42% 0.71% -
HSV(B) 356.19º 0.3% 0.83% -
XYZ 43.65 37.79 35.13 -
YUV 168.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 212 149 153 0 0.30 0.28 0.17 356.19 0.42 0.71
Hex D4 95 99 0 1E 1C 11 164 2A 47
Octal 324 225 231 0 36 34 21 544 52 107
Binary 11010100 10010101 10011001 0 11110 11100 10001 101100100 101010 1000111

Color Harmonies of #D49599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49599

Black with #D49599

Text Example


Text Example

White with #D49599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49599; }

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

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

background-color css

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

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

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

border-color css

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

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

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