#C77380

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

Shades of Charm #C77380

Tints of Charm #C77380

Color information

#C77380 (or 0xC77380) is unknown color: approx Charm. HEX triplet: C7, 73 and 80. RGB value is (199,115,128). Sum of RGB (Red+Green+Blue) = 199+115+128=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77380 is #388C7F. Grayscale: #8D8D8D. Windows color (decimal): -3705984 or 8418247. OLE color: 8418247.

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

Color convert

RGB199115128-
CMYK00.420.360.22
HSL350.71º42.86%61.57%-
HSV(B)350.71º42.21%78.04%-
XYZ33.5825.9623.66-
YUV141.6120.33168.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=45.02%
G=26.02%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911512800.420.360.22350.7142.8661.57
HexC7738002A241615f2b3e
Octal30716320005244265375376
Binary11000111111001110000000010101010010010110101011111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77380; }

 p { color: rgb(199,115,128); }

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

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

 a { background-color: rgb(199,115,128); }

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

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

 span { border-color: rgb(199,115,128); }

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