Html Css Color HEX #D49798 Careys Pink

📋 copy color: '#D49798'

red 212 ◦ green 151 ◦ blue 152

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

Shades of Careys Pink #D49798

Tints of Careys Pink #D49798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

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

R = 41.17%
G = 29.32%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49798 (or 0xD49798) is known color: Careys Pink. HEX triplet: D4, 97 and 98. RGB value is (212,151,152). Sum of RGB (Red+Green+Blue) = 212+151+152=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D49798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49798 is #2B6867. Grayscale: #A9A9A9. Windows color (decimal): -2844776 or 10000340. OLE color: 10000340.

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

Color convert

RGB 212 151 152 -
CMYK 0 0.29 0.28 0.17
HSL 359.02º 0.41% 0.71% -
HSV(B) 359.02º 0.29% 0.83% -
XYZ 43.89 38.4 34.8 -
YUV 169.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 212 151 152 0 0.29 0.28 0.17 359.02 0.41 0.71
Hex D4 97 98 0 1D 1C 11 167 29 47
Octal 324 227 230 0 35 34 21 547 51 107
Binary 11010100 10010111 10011000 0 11101 11100 10001 101100111 101001 1000111

Color Harmonies of #D49798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49798

Black with #D49798

Text Example


Text Example

White with #D49798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49798; }

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

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

background-color css

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

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

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

border-color css

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

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

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