#CD657C

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

Shades of Charm #CD657C

Tints of Charm #CD657C

Color information

#CD657C (or 0xCD657C) is unknown color: approx Charm. HEX triplet: CD, 65 and 7C. RGB value is (205,101,124). Sum of RGB (Red+Green+Blue) = 205+101+124=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD657C is #329A83. Grayscale: #868686. Windows color (decimal): -3316356 or 8152525. OLE color: 8152525.

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

Color convert

RGB205101124-
CMYK00.510.400.20
HSL346.73º50.98%60%-
HSV(B)346.73º50.73%80.39%-
XYZ33.4723.7421.89-
YUV134.72121.96178.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=47.67%
G=23.49%
B=28.84%

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
Decimal20510112400.510.400.20346.7350.9860
HexCD657C033281415b333c
Octal31514517406350245336374
Binary1100110111001011111100011001110100010100101011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD657C; }

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

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

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

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

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

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

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

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