#CC6584

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

Shades of Charm #CC6584

Tints of Charm #CC6584

Color information

#CC6584 (or 0xCC6584) is unknown color: approx Charm. HEX triplet: CC, 65 and 84. RGB value is (204,101,132). Sum of RGB (Red+Green+Blue) = 204+101+132=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6584 is #339A7B. Grayscale: #878787. Windows color (decimal): -3381884 or 8676812. OLE color: 8676812.

HSL color Cylindrical-coordinate representation of color #CC6584: hue angle of 341.94º 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 #CC6584 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204101132-
CMYK00.500.350.2
HSL341.94º50.24%59.8%-
HSV(B)341.94º50.49%80%-
XYZ33.7223.8124.65-
YUV135.33126.12176.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=46.68%
G=23.11%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410113200.500.350.2341.9450.2459.8
HexCC65840322314156323c
Octal31414520406243245266274
Binary11001100110010110000100011001010001110100101010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6584; }

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

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

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

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

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

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

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

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