Html Css Color HEX #D49497 Careys Pink

📋 copy color: '#D49497'

red 212 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #D49497

Tints of Careys Pink #D49497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.55%

R = 41.49%
G = 28.96%
B = 29.55%

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

#D49497 (or 0xD49497) is known color: Careys Pink. HEX triplet: D4, 94 and 97. RGB value is (212,148,151). Sum of RGB (Red+Green+Blue) = 212+148+151=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49497 is #2B6B68. Grayscale: #A7A7A7. Windows color (decimal): -2845545 or 9934036. OLE color: 9934036.

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

Color convert

RGB 212 148 151 -
CMYK 0 0.30 0.29 0.17
HSL 357.19º 0.43% 0.71% -
HSV(B) 357.19º 0.3% 0.83% -
XYZ 43.33 37.41 34.22 -
YUV 167.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 212 148 151 0 0.30 0.29 0.17 357.19 0.43 0.71
Hex D4 94 97 0 1E 1D 11 165 2B 47
Octal 324 224 227 0 36 35 21 545 53 107
Binary 11010100 10010100 10010111 0 11110 11101 10001 101100101 101011 1000111

Color Harmonies of #D49497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49497

Black with #D49497

Text Example


Text Example

White with #D49497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49497; }

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

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

background-color css

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

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

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

border-color css

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

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

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