#C76C7D

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

Shades of Charm #C76C7D

Tints of Charm #C76C7D

Color information

#C76C7D (or 0xC76C7D) is unknown color: approx Charm. HEX triplet: C7, 6C and 7D. RGB value is (199,108,125). Sum of RGB (Red+Green+Blue) = 199+108+125=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C7D is #389382. Grayscale: #898989. Windows color (decimal): -3707779 or 8219847. OLE color: 8219847.

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

Color convert

RGB199108125-
CMYK00.460.370.22
HSL348.79º44.83%60.2%-
HSV(B)348.79º45.73%78.04%-
XYZ32.6224.3522.38-
YUV137.15121.15172.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=46.06%
G=25%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910812500.460.370.22348.7944.8360.2
HexC76C7D02E251615d2d3c
Octal30715417505645265355574
Binary1100011111011001111101010111010010110110101011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C7D; }

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

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

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

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

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

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

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

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