#C77A85

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

Shades of Charm #C77A85

Tints of Charm #C77A85

Color information

#C77A85 (or 0xC77A85) is unknown color: approx Charm. HEX triplet: C7, 7A and 85. RGB value is (199,122,133). Sum of RGB (Red+Green+Blue) = 199+122+133=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A85 is #38857A. Grayscale: #929292. Windows color (decimal): -3704187 or 8747719. OLE color: 8747719.

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

Color convert

RGB199122133-
CMYK00.390.330.22
HSL351.43º40.74%62.94%-
HSV(B)351.43º38.69%78.04%-
XYZ34.7527.7525.72-
YUV146.28120.51165.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=43.83%
G=26.87%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912213300.390.330.22351.4340.7462.94
HexC77A85027211615f293f
Octal30717220504741265375177
Binary11000111111101010000101010011110000110110101011111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A85; }

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

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

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

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

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

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

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

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