Html Css Color HEX #D89395 Careys Pink

📋 copy color: '#D89395'

red 216 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #D89395

Tints of Careys Pink #D89395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 42.19%
G = 28.71%
B = 29.1%

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

#D89395 (or 0xD89395) is known color: Careys Pink. HEX triplet: D8, 93 and 95. RGB value is (216,147,149). Sum of RGB (Red+Green+Blue) = 216+147+149=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89395 is #276C6A. Grayscale: #A7A7A7. Windows color (decimal): -2583659 or 9802712. OLE color: 9802712.

HSL color Cylindrical-coordinate representation of color #D89395: hue angle of 358.26º 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 #D89395 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 149 -
CMYK 0 0.32 0.31 0.15
HSL 358.26º 0.47% 0.71% -
HSV(B) 358.26º 0.32% 0.85% -
XYZ 44.18 37.64 33.37 -
YUV 167.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 216 147 149 0 0.32 0.31 0.15 358.26 0.47 0.71
Hex D8 93 95 0 20 1F F 166 2F 47
Octal 330 223 225 0 40 37 17 546 57 107
Binary 11011000 10010011 10010101 0 100000 11111 1111 101100110 101111 1000111

Color Harmonies of #D89395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89395

Black with #D89395

Text Example


Text Example

White with #D89395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89395; }

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

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

background-color css

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

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

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

border-color css

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

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

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