#CD747A

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

Shades of Charm #CD747A

Tints of Charm #CD747A

Color information

#CD747A (or 0xCD747A) is unknown color: approx Charm. HEX triplet: CD, 74 and 7A. RGB value is (205,116,122). Sum of RGB (Red+Green+Blue) = 205+116+122=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD747A is #328B85. Grayscale: #8F8F8F. Windows color (decimal): -3312518 or 8025293. OLE color: 8025293.

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

Color convert

RGB205116122-
CMYK00.430.400.20
HSL355.96º47.09%62.94%-
HSV(B)355.96º43.41%80.39%-
XYZ34.9426.8821.76-
YUV143.3115.99172.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=46.28%
G=26.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511612200.430.400.20355.9647.0962.94
HexCD747A02B28141642f3f
Octal31516417205350245445777
Binary1100110111101001111010010101110100010100101100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD747A; }

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

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

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

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

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

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

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

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