#CD6582

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

Shades of Charm #CD6582

Tints of Charm #CD6582

Color information

#CD6582 (or 0xCD6582) is unknown color: approx Charm. HEX triplet: CD, 65 and 82. RGB value is (205,101,130). Sum of RGB (Red+Green+Blue) = 205+101+130=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6582 is #329A7D. Grayscale: #878787. Windows color (decimal): -3316350 or 8545741. OLE color: 8545741.

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

Color convert

RGB205101130-
CMYK00.510.370.20
HSL343.27º50.98%60%-
HSV(B)343.27º50.73%80.39%-
XYZ33.8623.923.95-
YUV135.4124.96177.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=47.02%
G=23.17%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510113000.510.370.20343.2750.9860
HexCD65820332514157333c
Octal31514520206345245276374
Binary11001101110010110000010011001110010110100101010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6582; }

 p { color: rgb(205,101,130); }

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

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

 a { background-color: rgb(205,101,130); }

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

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

 span { border-color: rgb(205,101,130); }

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