#C76980

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

Shades of Charm #C76980

Tints of Charm #C76980

Color information

#C76980 (or 0xC76980) is unknown color: approx Charm. HEX triplet: C7, 69 and 80. RGB value is (199,105,128). Sum of RGB (Red+Green+Blue) = 199+105+128=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76980 is #38967F. Grayscale: #878787. Windows color (decimal): -3708544 or 8415687. OLE color: 8415687.

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

Color convert

RGB199105128-
CMYK00.470.360.22
HSL345.32º45.63%59.61%-
HSV(B)345.32º47.24%78.04%-
XYZ32.523.823.3-
YUV135.73123.64173.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=46.06%
G=24.31%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910512800.470.360.22345.3245.6359.61
HexC7698002F24161592e3c
Octal30715120005744265315674
Binary11000111110100110000000010111110010010110101011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76980; }

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

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

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

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

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

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

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

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