#CD647D

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

Shades of Charm #CD647D

Tints of Charm #CD647D

Color information

#CD647D (or 0xCD647D) is unknown color: approx Charm. HEX triplet: CD, 64 and 7D. RGB value is (205,100,125). Sum of RGB (Red+Green+Blue) = 205+100+125=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD647D is #329B82. Grayscale: #868686. Windows color (decimal): -3316611 or 8217805. OLE color: 8217805.

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

Color convert

RGB205100125-
CMYK00.510.390.20
HSL345.71º51.22%59.8%-
HSV(B)345.71º51.22%80.39%-
XYZ33.4423.5722.19-
YUV134.24122.79178.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=47.67%
G=23.26%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510012500.510.390.20345.7151.2259.8
HexCD647D033271415a333c
Octal31514417506347245326374
Binary1100110111001001111101011001110011110100101011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD647D; }

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

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

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

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

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

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

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

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