#C77A8C

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

Shades of Charm #C77A8C

Tints of Charm #C77A8C

Color information

#C77A8C (or 0xC77A8C) is unknown color: approx Charm. HEX triplet: C7, 7A and 8C. RGB value is (199,122,140). Sum of RGB (Red+Green+Blue) = 199+122+140=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A8C is #388573. Grayscale: #939393. Windows color (decimal): -3704180 or 9206471. OLE color: 9206471.

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

Color convert

RGB199122140-
CMYK00.390.300.22
HSL345.97º40.74%62.94%-
HSV(B)345.97º38.69%78.04%-
XYZ35.2527.9528.35-
YUV147.07124.01165.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=43.17%
G=26.46%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912214000.390.300.22345.9740.7462.94
HexC77A8C0271E1615a293f
Octal30717221404736265325177
Binary1100011111110101000110001001111111010110101011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A8C; }

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

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

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

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

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

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

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

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