Html Css Color HEX #D88C79 My Pink

📋 copy color: '#D88C79'

red 216 ◦ green 140 ◦ blue 121

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

Shades of My Pink #D88C79

Tints of My Pink #D88C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 45.28%
G = 29.35%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D88C79 (or 0xD88C79) is known color: My Pink. HEX triplet: D8, 8C and 79. RGB value is (216,140,121). Sum of RGB (Red+Green+Blue) = 216+140+121=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C79 is #277386. Grayscale: #A0A0A0. Windows color (decimal): -2585479 or 7965912. OLE color: 7965912.

HSL color Cylindrical-coordinate representation of color #D88C79: hue angle of 12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88C79 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 121 -
CMYK 0 0.35 0.44 0.15
HSL 12º 0.55% 0.66% -
HSV(B) 12º 0.44% 0.85% -
XYZ 41.15 34.74 22.63 -
YUV 160.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 216 140 121 0 0.35 0.44 0.15 12 0.55 0.66
Hex D8 8C 79 0 23 2C F C 37 42
Octal 330 214 171 0 43 54 17 14 67 102
Binary 11011000 10001100 1111001 0 100011 101100 1111 1100 110111 1000010

Color Harmonies of #D88C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C79

Black with #D88C79

Text Example


Text Example

White with #D88C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C79; }

 p { color: rgb(216,140,121); }

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

background-color css

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

 a { background-color: rgb(216,140,121); }

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

border-color css

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

 span { border-color: rgb(216,140,121); }

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