Html Css Color HEX #D49496 Careys Pink

📋 copy color: '#D49496'

red 212 ◦ green 148 ◦ blue 150

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

Shades of Careys Pink #D49496

Tints of Careys Pink #D49496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 41.57%
G = 29.02%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D49496 (or 0xD49496) is known color: Careys Pink. HEX triplet: D4, 94 and 96. RGB value is (212,148,150). Sum of RGB (Red+Green+Blue) = 212+148+150=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49496 is #2B6B69. Grayscale: #A7A7A7. Windows color (decimal): -2845546 or 9868500. OLE color: 9868500.

HSL color Cylindrical-coordinate representation of color #D49496: hue angle of 358.12º degrees, saturation: 0.43, 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 #D49496 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 150 -
CMYK 0 0.30 0.29 0.17
HSL 358.13º 0.43% 0.71% -
HSV(B) 358.13º 0.3% 0.83% -
XYZ 43.25 37.38 33.79 -
YUV 167.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 212 148 150 0 0.30 0.29 0.17 358.13 0.43 0.71
Hex D4 94 96 0 1E 1D 11 166 2B 47
Octal 324 224 226 0 36 35 21 546 53 107
Binary 11010100 10010100 10010110 0 11110 11101 10001 101100110 101011 1000111

Color Harmonies of #D49496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49496

Black with #D49496

Text Example


Text Example

White with #D49496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49496; }

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

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

background-color css

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

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

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

border-color css

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

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

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