Html Css Color HEX #D49698 Careys Pink

📋 copy color: '#D49698'

red 212 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #D49698

Tints of Careys Pink #D49698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

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

R = 41.25%
G = 29.18%
B = 29.57%

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

#D49698 (or 0xD49698) is known color: Careys Pink. HEX triplet: D4, 96 and 98. RGB value is (212,150,152). Sum of RGB (Red+Green+Blue) = 212+150+152=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49698 is #2B6967. Grayscale: #A8A8A8. Windows color (decimal): -2845032 or 10000084. OLE color: 10000084.

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

Color convert

RGB 212 150 152 -
CMYK 0 0.29 0.28 0.17
HSL 358.06º 0.42% 0.71% -
HSV(B) 358.06º 0.29% 0.83% -
XYZ 43.73 38.08 34.75 -
YUV 168.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 212 150 152 0 0.29 0.28 0.17 358.06 0.42 0.71
Hex D4 96 98 0 1D 1C 11 166 2A 47
Octal 324 226 230 0 35 34 21 546 52 107
Binary 11010100 10010110 10011000 0 11101 11100 10001 101100110 101010 1000111

Color Harmonies of #D49698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49698

Black with #D49698

Text Example


Text Example

White with #D49698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49698; }

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

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

background-color css

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

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

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

border-color css

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

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

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