#C77476

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

Shades of Charm #C77476

Tints of Charm #C77476

Color information

#C77476 (or 0xC77476) is unknown color: approx Charm. HEX triplet: C7, 74 and 76. RGB value is (199,116,118). Sum of RGB (Red+Green+Blue) = 199+116+118=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C77476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77476 is #388B89. Grayscale: #8D8D8D. Windows color (decimal): -3705738 or 7763143. OLE color: 7763143.

HSL color Cylindrical-coordinate representation of color #C77476: hue angle of 358.55º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77476 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199116118-
CMYK00.420.410.22
HSL358.55º42.56%61.76%-
HSV(B)358.55º41.71%78.04%-
XYZ33.0725.9420.4-
YUV141.04115169.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=45.96%
G=26.79%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911611800.420.410.22358.5542.5661.76
HexC7747602A29161672b3e
Octal30716416605251265475376
Binary1100011111101001110110010101010100110110101100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77476; }

 p { color: rgb(199,116,118); }

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

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

 a { background-color: rgb(199,116,118); }

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

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

 span { border-color: rgb(199,116,118); }

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