#C76D7D

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

Shades of Charm #C76D7D

Tints of Charm #C76D7D

Color information

#C76D7D (or 0xC76D7D) is unknown color: approx Charm. HEX triplet: C7, 6D and 7D. RGB value is (199,109,125). Sum of RGB (Red+Green+Blue) = 199+109+125=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D7D is #389282. Grayscale: #898989. Windows color (decimal): -3707523 or 8220103. OLE color: 8220103.

HSL color Cylindrical-coordinate representation of color #C76D7D: hue angle of 349.33º 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 #C76D7D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199109125-
CMYK00.450.370.22
HSL349.33º44.55%60.39%-
HSV(B)349.33º45.23%78.04%-
XYZ32.7224.5622.42-
YUV137.73120.82171.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=45.96%
G=25.17%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910912500.450.370.22349.3344.5560.39
HexC76D7D02D251615d2d3c
Octal30715517505545265355574
Binary1100011111011011111101010110110010110110101011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D7D; }

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

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

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

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

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

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

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

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