#C76D75

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

Shades of Charm #C76D75

Tints of Charm #C76D75

Color information

#C76D75 (or 0xC76D75) is unknown color: approx Charm. HEX triplet: C7, 6D and 75. RGB value is (199,109,117). Sum of RGB (Red+Green+Blue) = 199+109+117=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D75 is #38928A. Grayscale: #888888. Windows color (decimal): -3707531 or 7695815. OLE color: 7695815.

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

Color convert

RGB199109117-
CMYK00.450.410.22
HSL354.67º44.55%60.39%-
HSV(B)354.67º45.23%78.04%-
XYZ32.2324.3619.83-
YUV136.82116.82172.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=46.82%
G=25.65%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910911700.450.410.22354.6744.5560.39
HexC76D7502D29161632d3c
Octal30715516505551265435574
Binary1100011111011011110101010110110100110110101100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D75; }

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

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

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

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

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

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

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

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