#C66480

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

Shades of Charm #C66480

Tints of Charm #C66480

Color information

#C66480 (or 0xC66480) is unknown color: approx Charm. HEX triplet: C6, 64 and 80. RGB value is (198,100,128). Sum of RGB (Red+Green+Blue) = 198+100+128=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C66480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66480 is #399B7F. Grayscale: #848484. Windows color (decimal): -3775360 or 8414406. OLE color: 8414406.

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

Color convert

RGB198100128-
CMYK00.490.350.22
HSL342.86º46.23%58.43%-
HSV(B)342.86º49.49%77.65%-
XYZ31.7422.6823.13-
YUV132.49125.47174.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=46.48%
G=23.47%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810012800.490.350.22342.8646.2358.43
HexC6648003123161572e3a
Octal30614420006143265275672
Binary11000110110010010000000011000110001110110101010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66480; }

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

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

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

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

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

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

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

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