#C76C77

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

Shades of Charm #C76C77

Tints of Charm #C76C77

Color information

#C76C77 (or 0xC76C77) is unknown color: approx Charm. HEX triplet: C7, 6C and 77. RGB value is (199,108,119). Sum of RGB (Red+Green+Blue) = 199+108+119=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C77 is #389388. Grayscale: #888888. Windows color (decimal): -3707785 or 7826631. OLE color: 7826631.

HSL color Cylindrical-coordinate representation of color #C76C77: hue angle of 352.75º 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 #C76C77 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199108119-
CMYK00.460.400.22
HSL352.75º44.83%60.2%-
HSV(B)352.75º45.73%78.04%-
XYZ32.2524.220.42-
YUV136.46118.15172.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=46.71%
G=25.35%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910811900.460.400.22352.7544.8360.2
HexC76C7702E28161612d3c
Octal30715416705650265415574
Binary1100011111011001110111010111010100010110101100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C77; }

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

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

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

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

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

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

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

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