#CD707F

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

Shades of Charm #CD707F

Tints of Charm #CD707F

Color information

#CD707F (or 0xCD707F) is unknown color: approx Charm. HEX triplet: CD, 70 and 7F. RGB value is (205,112,127). Sum of RGB (Red+Green+Blue) = 205+112+127=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD707F is #328F80. Grayscale: #8D8D8D. Windows color (decimal): -3313537 or 8351949. OLE color: 8351949.

HSL color Cylindrical-coordinate representation of color #CD707F: hue angle of 350.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD707F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205112127-
CMYK00.450.380.20
HSL350.32º48.19%62.16%-
HSV(B)350.32º45.37%80.39%-
XYZ34.826.123.28-
YUV141.52119.81173.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 127 (50% from 255) = 28.60%
R=46.17%
G=25.23%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511212700.450.380.20350.3248.1962.16
HexCD707F02D261415e303e
Octal31516017705546245366076
Binary1100110111100001111111010110110011010100101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD707F; }

 p { color: rgb(205,112,127); }

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

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

 a { background-color: rgb(205,112,127); }

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

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

 span { border-color: rgb(205,112,127); }

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