Html Css Color HEX #D89396 Careys Pink

📋 copy color: '#D89396'

red 216 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #D89396

Tints of Careys Pink #D89396

RGB

 RED value IS 216 (84.77% from 255) = 42.11%

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

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

R = 42.11%
G = 28.65%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89396 (or 0xD89396) is known color: Careys Pink. HEX triplet: D8, 93 and 96. RGB value is (216,147,150). Sum of RGB (Red+Green+Blue) = 216+147+150=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89396 is #276C69. Grayscale: #A8A8A8. Windows color (decimal): -2583658 or 9868248. OLE color: 9868248.

HSL color Cylindrical-coordinate representation of color #D89396: hue angle of 357.39º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89396 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 150 -
CMYK 0 0.32 0.31 0.15
HSL 357.39º 0.47% 0.71% -
HSV(B) 357.39º 0.32% 0.85% -
XYZ 44.26 37.67 33.79 -
YUV 167.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 216 147 150 0 0.32 0.31 0.15 357.39 0.47 0.71
Hex D8 93 96 0 20 1F F 165 2F 47
Octal 330 223 226 0 40 37 17 545 57 107
Binary 11011000 10010011 10010110 0 100000 11111 1111 101100101 101111 1000111

Color Harmonies of #D89396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89396

Black with #D89396

Text Example


Text Example

White with #D89396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89396; }

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

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

background-color css

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

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

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

border-color css

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

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

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