#CD707E

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

Shades of Charm #CD707E

Tints of Charm #CD707E

Color information

#CD707E (or 0xCD707E) is unknown color: approx Charm. HEX triplet: CD, 70 and 7E. RGB value is (205,112,126). Sum of RGB (Red+Green+Blue) = 205+112+126=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD707E is #328F81. Grayscale: #8D8D8D. Windows color (decimal): -3313538 or 8286413. OLE color: 8286413.

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

Color convert

RGB205112126-
CMYK00.450.390.20
HSL350.97º48.19%62.16%-
HSV(B)350.97º45.37%80.39%-
XYZ34.7426.0722.94-
YUV141.4119.31173.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=46.28%
G=25.28%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511212600.450.390.20350.9748.1962.16
HexCD707E02D271415f303e
Octal31516017605547245376076
Binary1100110111100001111110010110110011110100101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD707E; }

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

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

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

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

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

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

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

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