Html Css Color HEX #D19396 Careys Pink

📋 copy color: '#D19396'

red 209 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #D19396

Tints of Careys Pink #D19396

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 41.3%
G = 29.05%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19396 (or 0xD19396) is known color: Careys Pink. HEX triplet: D1, 93 and 96. RGB value is (209,147,150). Sum of RGB (Red+Green+Blue) = 209+147+150=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19396 is #2E6C69. Grayscale: #A5A5A5. Windows color (decimal): -3042410 or 9868241. OLE color: 9868241.

HSL color Cylindrical-coordinate representation of color #D19396: hue angle of 357.1º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19396 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 150 -
CMYK 0 0.30 0.28 0.18
HSL 357.1º 0.4% 0.7% -
HSV(B) 357.1º 0.3% 0.82% -
XYZ 42.23 36.62 33.7 -
YUV 165.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 209 147 150 0 0.30 0.28 0.18 357.1 0.4 0.7
Hex D1 93 96 0 1E 1C 12 165 28 46
Octal 321 223 226 0 36 34 22 545 50 106
Binary 11010001 10010011 10010110 0 11110 11100 10010 101100101 101000 1000110

Color Harmonies of #D19396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19396

Black with #D19396

Text Example


Text Example

White with #D19396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19396; }

 p { color: rgb(209,147,150); }

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

background-color css

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

 a { background-color: rgb(209,147,150); }

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

border-color css

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

 span { border-color: rgb(209,147,150); }

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