#C77680

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

Shades of Charm #C77680

Tints of Charm #C77680

Color information

#C77680 (or 0xC77680) is unknown color: approx Charm. HEX triplet: C7, 76 and 80. RGB value is (199,118,128). Sum of RGB (Red+Green+Blue) = 199+118+128=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C77680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77680 is #38897F. Grayscale: #8F8F8F. Windows color (decimal): -3705216 or 8419015. OLE color: 8419015.

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

Color convert

RGB199118128-
CMYK00.410.360.22
HSL352.59º41.97%62.16%-
HSV(B)352.59º40.7%78.04%-
XYZ33.9326.6623.78-
YUV143.36119.34167.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=44.72%
G=26.52%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911812800.410.360.22352.5941.9762.16
HexC7768002924161612a3e
Octal30716620005144265415276
Binary11000111111011010000000010100110010010110101100001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77680; }

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

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

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

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

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

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

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

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