Html Css Color HEX #D88C78 My Pink

📋 copy color: '#D88C78'

red 216 ◦ green 140 ◦ blue 120

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

Shades of My Pink #D88C78

Tints of My Pink #D88C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 45.38%
G = 29.41%
B = 25.21%

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

#D88C78 (or 0xD88C78) is known color: My Pink. HEX triplet: D8, 8C and 78. RGB value is (216,140,120). Sum of RGB (Red+Green+Blue) = 216+140+120=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C78 is #277387. Grayscale: #A0A0A0. Windows color (decimal): -2585480 or 7900376. OLE color: 7900376.

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

Color convert

RGB 216 140 120 -
CMYK 0 0.35 0.44 0.15
HSL 12.5º 0.55% 0.66% -
HSV(B) 12.5º 0.44% 0.85% -
XYZ 41.09 34.71 22.3 -
YUV 160.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 216 140 120 0 0.35 0.44 0.15 12.5 0.55 0.66
Hex D8 8C 78 0 23 2C F C 37 42
Octal 330 214 170 0 43 54 17 14 67 102
Binary 11011000 10001100 1111000 0 100011 101100 1111 1100 110111 1000010

Color Harmonies of #D88C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C78

Black with #D88C78

Text Example


Text Example

White with #D88C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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