#d4788c

Color #D4788C Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D4788C

Tints of Charm #D4788C

Color information

#D4788C (or 0xD4788C) is unknown color: approx Charm. HEX triplet: D4, 78 and 8C. RGB value is (212,120,140). Sum of RGB (Red+Green+Blue) = 212+120+140=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4788C is #2B8773. Grayscale: #959595. Windows color (decimal): -2852724 or 9205972. OLE color: 9205972.

HSL color Cylindrical-coordinate representation of color #D4788C: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4788C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212120140-
CMYK00.430.340.17
HSL346.96º51.69%65.1%-
HSV(B)346.96º43.4%83.14%-
XYZ38.629.3228.44-
YUV149.79122.48172.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=44.92%
G=25.42%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212014000.430.340.17346.9651.6965.1
HexD4788C02B221115b3441
Octal324170214053422153364101
Binary110101001111000100011000101011100010100011010110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4788c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4788c; }

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

 H1.HeaderClassName
 {
   color: #d4788c;
 }
 .AnyTagClassName
 {
   color: #d4788c;
 }
</style>
background-color css

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

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

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

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

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

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