Html Css Color HEX #D49498 Careys Pink

📋 copy color: '#D49498'

red 212 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #D49498

Tints of Careys Pink #D49498

RGB

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

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

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

R = 41.41%
G = 28.91%
B = 29.69%

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

#D49498 (or 0xD49498) is known color: Careys Pink. HEX triplet: D4, 94 and 98. RGB value is (212,148,152). Sum of RGB (Red+Green+Blue) = 212+148+152=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49498 is #2B6B67. Grayscale: #A7A7A7. Windows color (decimal): -2845544 or 9999572. OLE color: 9999572.

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

Color convert

RGB 212 148 152 -
CMYK 0 0.30 0.28 0.17
HSL 356.25º 0.43% 0.71% -
HSV(B) 356.25º 0.3% 0.83% -
XYZ 43.41 37.44 34.65 -
YUV 167.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 212 148 152 0 0.30 0.28 0.17 356.25 0.43 0.71
Hex D4 94 98 0 1E 1C 11 164 2B 47
Octal 324 224 230 0 36 34 21 544 53 107
Binary 11010100 10010100 10011000 0 11110 11100 10001 101100100 101011 1000111

Color Harmonies of #D49498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49498

Black with #D49498

Text Example


Text Example

White with #D49498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49498; }

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

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

background-color css

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

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

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

border-color css

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

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

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