#CC6580

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

Shades of Charm #CC6580

Tints of Charm #CC6580

Color information

#CC6580 (or 0xCC6580) is unknown color: approx Charm. HEX triplet: CC, 65 and 80. RGB value is (204,101,128). Sum of RGB (Red+Green+Blue) = 204+101+128=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6580 is #339A7F. Grayscale: #868686. Windows color (decimal): -3381888 or 8414668. OLE color: 8414668.

HSL color Cylindrical-coordinate representation of color #CC6580: hue angle of 344.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6580 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204101128-
CMYK00.500.370.2
HSL344.27º50.24%59.8%-
HSV(B)344.27º50.49%80%-
XYZ33.4523.723.23-
YUV134.88124.12177.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=47.11%
G=23.33%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410112800.500.370.2344.2750.2459.8
HexCC65800322514158323c
Octal31414520006245245306274
Binary11001100110010110000000011001010010110100101011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6580; }

 p { color: rgb(204,101,128); }

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

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

 a { background-color: rgb(204,101,128); }

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

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

 span { border-color: rgb(204,101,128); }

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