#CD647C

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

Shades of Charm #CD647C

Tints of Charm #CD647C

Color information

#CD647C (or 0xCD647C) is unknown color: approx Charm. HEX triplet: CD, 64 and 7C. RGB value is (205,100,124). Sum of RGB (Red+Green+Blue) = 205+100+124=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD647C is #329B83. Grayscale: #868686. Windows color (decimal): -3316612 or 8152269. OLE color: 8152269.

HSL color Cylindrical-coordinate representation of color #CD647C: hue angle of 346.29º 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 #CD647C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205100124-
CMYK00.510.400.20
HSL346.29º51.22%59.8%-
HSV(B)346.29º51.22%80.39%-
XYZ33.3723.5521.86-
YUV134.13122.29178.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=47.79%
G=23.31%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510012400.510.400.20346.2951.2259.8
HexCD647C033281415a333c
Octal31514417406350245326374
Binary1100110111001001111100011001110100010100101011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD647C; }

 p { color: rgb(205,100,124); }

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

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

 a { background-color: rgb(205,100,124); }

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

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

 span { border-color: rgb(205,100,124); }

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