#C77576

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

Shades of Charm #C77576

Tints of Charm #C77576

Color information

#C77576 (or 0xC77576) is unknown color: approx Charm. HEX triplet: C7, 75 and 76. RGB value is (199,117,118). Sum of RGB (Red+Green+Blue) = 199+117+118=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77576 is #388A89. Grayscale: #8D8D8D. Windows color (decimal): -3705482 or 7763399. OLE color: 7763399.

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

Color convert

RGB199117118-
CMYK00.410.410.22
HSL359.27º42.27%61.96%-
HSV(B)359.27º41.21%78.04%-
XYZ33.1826.1720.44-
YUV141.63114.67168.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=45.85%
G=26.96%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911711800.410.410.22359.2742.2761.96
HexC7757602929161672a3e
Octal30716516605151265475276
Binary1100011111101011110110010100110100110110101100111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77576; }

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

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

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

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

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

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

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

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