#C77A82

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

Shades of Charm #C77A82

Tints of Charm #C77A82

Color information

#C77A82 (or 0xC77A82) is unknown color: approx Charm. HEX triplet: C7, 7A and 82. RGB value is (199,122,130). Sum of RGB (Red+Green+Blue) = 199+122+130=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A82 is #38857D. Grayscale: #919191. Windows color (decimal): -3704190 or 8551111. OLE color: 8551111.

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

Color convert

RGB199122130-
CMYK00.390.350.22
HSL353.77º40.74%62.94%-
HSV(B)353.77º38.69%78.04%-
XYZ34.5427.6724.64-
YUV145.93119.01165.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=44.12%
G=27.05%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912213000.390.350.22353.7740.7462.94
HexC77A820272316162293f
Octal30717220204743265425177
Binary11000111111101010000010010011110001110110101100010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A82; }

 p { color: rgb(199,122,130); }

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

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

 a { background-color: rgb(199,122,130); }

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

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

 span { border-color: rgb(199,122,130); }

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