#C66380

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

Shades of Charm #C66380

Tints of Charm #C66380

Color information

#C66380 (or 0xC66380) is unknown color: approx Charm. HEX triplet: C6, 63 and 80. RGB value is (198,99,128). Sum of RGB (Red+Green+Blue) = 198+99+128=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C66380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66380 is #399C7F. Grayscale: #838383. Windows color (decimal): -3775616 or 8414150. OLE color: 8414150.

HSL color Cylindrical-coordinate representation of color #C66380: hue angle of 342.42º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66380 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19899128-
CMYK00.500.350.22
HSL342.42º46.48%58.24%-
HSV(B)342.42º50%77.65%-
XYZ31.6522.4923.09-
YUV131.91125.8175.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=46.59%
G=23.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989912800.500.350.22342.4246.4858.24
HexC6638003223161562e3a
Octal30614320006243265265672
Binary11000110110001110000000011001010001110110101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66380; }

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

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

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

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

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

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

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

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