#C77985

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

Shades of Charm #C77985

Tints of Charm #C77985

Color information

#C77985 (or 0xC77985) is unknown color: approx Charm. HEX triplet: C7, 79 and 85. RGB value is (199,121,133). Sum of RGB (Red+Green+Blue) = 199+121+133=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C77985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77985 is #38867A. Grayscale: #919191. Windows color (decimal): -3704443 or 8747463. OLE color: 8747463.

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

Color convert

RGB199121133-
CMYK00.390.330.22
HSL350.77º41.05%62.75%-
HSV(B)350.77º39.2%78.04%-
XYZ34.6227.5125.68-
YUV145.69120.84166.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=43.93%
G=26.71%
B=29.36%

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
Decimal19912113300.390.330.22350.7741.0562.75
HexC77985027211615f293f
Octal30717120504741265375177
Binary11000111111100110000101010011110000110110101011111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77985; }

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

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

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

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

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

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

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

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