#CD747E

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

Shades of Charm #CD747E

Tints of Charm #CD747E

Color information

#CD747E (or 0xCD747E) is unknown color: approx Charm. HEX triplet: CD, 74 and 7E. RGB value is (205,116,126). Sum of RGB (Red+Green+Blue) = 205+116+126=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD747E is #328B81. Grayscale: #8F8F8F. Windows color (decimal): -3312514 or 8287437. OLE color: 8287437.

HSL color Cylindrical-coordinate representation of color #CD747E: hue angle of 353.26º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD747E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205116126-
CMYK00.430.390.20
HSL353.26º47.09%62.94%-
HSV(B)353.26º43.41%80.39%-
XYZ35.1926.9823.09-
YUV143.75117.99171.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=45.86%
G=25.95%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511612600.430.390.20353.2647.0962.94
HexCD747E02B27141612f3f
Octal31516417605347245415777
Binary1100110111101001111110010101110011110100101100001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD747E; }

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

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

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

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

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

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

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

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