#c76d78

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

Shades of Charm #C76D78

Tints of Charm #C76D78

Color information

#C76D78 (or 0xC76D78) is unknown color: approx Charm. HEX triplet: C7, 6D and 78. RGB value is (199,109,120). Sum of RGB (Red+Green+Blue) = 199+109+120=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D78 is #389287. Grayscale: #898989. Windows color (decimal): -3707528 or 7892423. OLE color: 7892423.

HSL color Cylindrical-coordinate representation of color #C76D78: hue angle of 352.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D78 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199109120-
CMYK00.450.400.22
HSL352.67º44.55%60.39%-
HSV(B)352.67º45.23%78.04%-
XYZ32.4124.4420.78-
YUV137.16118.32172.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=46.50%
G=25.47%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910912000.450.400.22352.6744.5560.39
HexC76D7802D28161612d3c
Octal30715517005550265415574
Binary1100011111011011111000010110110100010110101100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76d78; }

 p { color: rgb(199,109,120); }

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

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

 a { background-color: rgb(199,109,120); }

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

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

 span { border-color: rgb(199,109,120); }

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