#C76D7B

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

Shades of Charm #C76D7B

Tints of Charm #C76D7B

Color information

#C76D7B (or 0xC76D7B) is unknown color: approx Charm. HEX triplet: C7, 6D and 7B. RGB value is (199,109,123). Sum of RGB (Red+Green+Blue) = 199+109+123=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D7B is #389284. Grayscale: #898989. Windows color (decimal): -3707525 or 8089031. OLE color: 8089031.

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

Color convert

RGB199109123-
CMYK00.450.380.22
HSL350.67º44.55%60.39%-
HSV(B)350.67º45.23%78.04%-
XYZ32.624.5121.75-
YUV137.51119.82171.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=46.17%
G=25.29%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910912300.450.380.22350.6744.5560.39
HexC76D7B02D261615f2d3c
Octal30715517305546265375574
Binary1100011111011011111011010110110011010110101011111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D7B; }

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

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

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

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

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

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

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

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