#C77485

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

Shades of Charm #C77485

Tints of Charm #C77485

Color information

#C77485 (or 0xC77485) is unknown color: approx Charm. HEX triplet: C7, 74 and 85. RGB value is (199,116,133). Sum of RGB (Red+Green+Blue) = 199+116+133=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C77485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77485 is #388B7A. Grayscale: #8E8E8E. Windows color (decimal): -3705723 or 8746183. OLE color: 8746183.

HSL color Cylindrical-coordinate representation of color #C77485: hue angle of 347.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77485 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199116133-
CMYK00.420.330.22
HSL347.71º42.56%61.76%-
HSV(B)347.71º41.71%78.04%-
XYZ34.0326.3325.48-
YUV142.76122.5168.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=44.42%
G=25.89%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911613300.420.330.22347.7142.5661.76
HexC7748502A211615c2b3e
Octal30716420505241265345376
Binary11000111111010010000101010101010000110110101011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77485; }

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

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

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

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

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

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

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

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