#C66980

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

Shades of Charm #C66980

Tints of Charm #C66980

Color information

#C66980 (or 0xC66980) is unknown color: approx Charm. HEX triplet: C6, 69 and 80. RGB value is (198,105,128). Sum of RGB (Red+Green+Blue) = 198+105+128=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66980 is #39967F. Grayscale: #878787. Windows color (decimal): -3774080 or 8415686. OLE color: 8415686.

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

Color convert

RGB198105128-
CMYK00.470.350.22
HSL345.16º44.93%59.41%-
HSV(B)345.16º46.97%77.65%-
XYZ32.2423.6723.29-
YUV135.43123.81172.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=45.94%
G=24.36%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810512800.470.350.22345.1644.9359.41
HexC6698002F23161592d3b
Octal30615120005743265315573
Binary11000110110100110000000010111110001110110101011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66980; }

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

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

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

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

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

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

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

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